[nvim] remove hightlight
This commit is contained in:
parent
426474dcb4
commit
98db250e23
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ return {
|
|||
configs.setup({
|
||||
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html", "php", "css" },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
highlight = { enable = false },
|
||||
indent = { enable = true },
|
||||
})
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue