nvim: only load gentoo-syntax for ebuilds

This commit is contained in:
tastytea 2022-08-09 11:29:30 +02:00
parent 1ae46f7f2b
commit a165eb4bd4
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -33,5 +33,6 @@ packer.use {
config = function()
-- vim.g.syntastic_ebuild_checkers = { 'pkgcheck' }
vim.g.syntastic_sh_checkers = { 'sh', 'checkbashisms' }
end
end,
ft = 'ebuild'
}