nvim: remove ifdef-highlighting

This commit is contained in:
PowerUser64 2022-08-25 02:41:18 -07:00
parent 9db718e303
commit 22f15d427e

View file

@ -93,9 +93,6 @@ return require('packer').startup({function()
vim.cmd 'command! COL ColorizerToggle'
end,
}
use { -- ifdef-highlighting: highlight c/c++ ifdef's - :Define :Undefine
'vim-scripts/ifdef-highlighting'
}
use { -- lumen: make vim respect the system light/dark theme setting (linux + macos)
'vimpostor/vim-lumen',
}