nvim: load gentoo-syntax always
It defines so many filetypes, it's a headache to list them all.
This commit is contained in:
parent
b5b2e94faa
commit
c307a4069f
|
@ -1,3 +1,5 @@
|
|||
require('keymaps')
|
||||
|
||||
packer.use { -- toggle comments
|
||||
'https://github.com/tomtom/tcomment_vim',
|
||||
config = function()
|
||||
|
@ -32,8 +34,7 @@ vim.api.nvim_create_autocmd(
|
|||
})
|
||||
|
||||
packer.use {
|
||||
'https://github.com/gentoo/gentoo-syntax',
|
||||
ft = 'ebuild'
|
||||
'https://github.com/gentoo/gentoo-syntax'
|
||||
}
|
||||
|
||||
packer.use {
|
||||
|
|
Loading…
Reference in New Issue
Block a user