nvim: add ifdef highlighting

This commit is contained in:
PowerUser64 2022-08-09 13:47:46 -07:00
parent 516230ab9e
commit e7536441e3

View file

@ -87,6 +87,9 @@ 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'
}
-- IDE features
---- LSP