feat(nvim): strip trailing whitespaces on save
This commit is contained in:
parent
c6af7586ce
commit
9a5a39d210
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
# auto-close brackets, etc
|
||||
nvim-autopairs
|
||||
|
||||
# trailing whirespaces
|
||||
vim-better-whitespace
|
||||
|
||||
# better wildmenu
|
||||
wilder-nvim
|
||||
|
||||
|
@ -201,6 +204,8 @@
|
|||
require("render-markdown").setup({
|
||||
file_types = { "markdown", "vimwiki", "copilot-chat" },
|
||||
})
|
||||
|
||||
vim.g.strip_whitespace_on_save = 1
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue