nvim: only load gentoo-syntax for ebuilds
This commit is contained in:
parent
1ae46f7f2b
commit
a165eb4bd4
|
@ -33,5 +33,6 @@ packer.use {
|
||||||
config = function()
|
config = function()
|
||||||
-- vim.g.syntastic_ebuild_checkers = { 'pkgcheck' }
|
-- vim.g.syntastic_ebuild_checkers = { 'pkgcheck' }
|
||||||
vim.g.syntastic_sh_checkers = { 'sh', 'checkbashisms' }
|
vim.g.syntastic_sh_checkers = { 'sh', 'checkbashisms' }
|
||||||
end
|
end,
|
||||||
|
ft = 'ebuild'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user