neovim: add editorconfig plugin
This commit is contained in:
parent
dd45595854
commit
a74aecc68c
|
@ -37,3 +37,5 @@ vim.api.nvim_create_autocmd(
|
||||||
command = 'lua remove_trailing_whitespace()'
|
command = 'lua remove_trailing_whitespace()'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
packer.use 'https://github.com/editorconfig/editorconfig-vim'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user