nvim: Drop syntax highlighting plugins we do not need

This commit is contained in:
Sanchayan Maity 2020-12-22 14:23:23 +05:30
parent dec2764e43
commit 42f707adb4

View file

@ -150,10 +150,6 @@ local init = function ()
use 'LnL7/vim-nix'
-- Other syntax highlighting support
use 'georgewitteman/vim-fish'
use 'elzr/vim-json'
use 'lifepillar/pgsql.vim'
use 'mtdl9/vim-log-highlighting'
use 'martinda/Jenkinsfile-vim-syntax'
-- For statusline
use {
'glepnir/galaxyline.nvim',