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'
|
vim.cmd 'command! COL ColorizerToggle'
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
use { -- ifdef-highlighting: highlight c/c++ ifdef's - :Define :Undefine
|
||||||
|
'vim-scripts/ifdef-highlighting'
|
||||||
|
}
|
||||||
|
|
||||||
-- IDE features
|
-- IDE features
|
||||||
---- LSP
|
---- LSP
|
||||||
|
|
Loading…
Add table
Reference in a new issue