neovim: add editorconfig plugin

This commit is contained in:
tastytea 2022-08-08 21:42:35 +02:00
parent dd45595854
commit a74aecc68c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -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'