add polyglot

This commit is contained in:
vincent 2022-02-09 23:22:03 +01:00
parent 6db4a527e6
commit b36799f2c8

View File

@ -291,10 +291,9 @@ return require('packer').startup {
require('feline').setup({}) require('feline').setup({})
end end
} }
use {'sheerun/vim-polyglot'}
if packer_bootstrap then if packer_bootstrap then
require('packer').sync() require('packer').sync()
end end
end end
} }