nvim: load gentoo-syntax always

It defines so many filetypes, it's a headache to list them all.
This commit is contained in:
tastytea 2022-08-10 21:22:40 +02:00
parent b5b2e94faa
commit c307a4069f
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -1,3 +1,5 @@
require('keymaps')
packer.use { -- toggle comments packer.use { -- toggle comments
'https://github.com/tomtom/tcomment_vim', 'https://github.com/tomtom/tcomment_vim',
config = function() config = function()
@ -32,8 +34,7 @@ vim.api.nvim_create_autocmd(
}) })
packer.use { packer.use {
'https://github.com/gentoo/gentoo-syntax', 'https://github.com/gentoo/gentoo-syntax'
ft = 'ebuild'
} }
packer.use { packer.use {