user/neovim: use virtual color highlight
This commit is contained in:
parent
6fabeecd1d
commit
f8dc09565f
1 changed files with 3 additions and 1 deletions
|
|
@ -82,7 +82,9 @@ require('auto-save').setup {
|
||||||
condition = autosavecond,
|
condition = autosavecond,
|
||||||
}
|
}
|
||||||
require('nvim-ts-autotag').setup {}
|
require('nvim-ts-autotag').setup {}
|
||||||
require('nvim-highlight-colors').setup {}
|
require('nvim-highlight-colors').setup {
|
||||||
|
render = "virtual",
|
||||||
|
}
|
||||||
require('nvim-treesitter.configs').setup {
|
require('nvim-treesitter.configs').setup {
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = false }
|
indent = { enable = false }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue