nvim: remove syntactic
It spawned windows everywhere without me telling it to.
This commit is contained in:
parent
e7efd8f27f
commit
baf6550b8a
|
@ -29,10 +29,5 @@ vim.api.nvim_create_autocmd('FileType', {
|
||||||
|
|
||||||
packer.use {
|
packer.use {
|
||||||
'https://github.com/gentoo/gentoo-syntax',
|
'https://github.com/gentoo/gentoo-syntax',
|
||||||
requires = { 'https://github.com/vim-syntastic/syntastic' },
|
|
||||||
config = function()
|
|
||||||
-- vim.g.syntastic_ebuild_checkers = { 'pkgcheck' }
|
|
||||||
vim.g.syntastic_sh_checkers = { 'sh', 'checkbashisms' }
|
|
||||||
end,
|
|
||||||
ft = 'ebuild'
|
ft = 'ebuild'
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,20 +17,6 @@ packer.use {
|
||||||
require('nvim-treesitter.install').update({ with_sync = true })
|
require('nvim-treesitter.install').update({ with_sync = true })
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
packer.use {
|
|
||||||
'https://github.com/vim-syntastic/syntastic',
|
|
||||||
config = function()
|
|
||||||
local sl = vim.o.statusline
|
|
||||||
sl = sl .. '%#warningmsg#'
|
|
||||||
sl = sl .. '%{SyntasticStatuslineFlag()}'
|
|
||||||
sl = sl .. '%*'
|
|
||||||
|
|
||||||
vim.g.syntastic_always_populate_loc_list = 1
|
|
||||||
vim.g.syntastic_auto_loc_list = 1
|
|
||||||
vim.g.syntastic_check_on_open = 1
|
|
||||||
vim.g.syntastic_check_on_wq = 0
|
|
||||||
end
|
|
||||||
}
|
|
||||||
|
|
||||||
-- compile and install new plugins when lua files in this dir are written
|
-- compile and install new plugins when lua files in this dir are written
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user