nvim: add ifdef highlighting
This commit is contained in:
parent
516230ab9e
commit
e7536441e3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue