nvim: enable tree-sitter highlight manually
This commit is contained in:
parent
c1ab97c760
commit
bde401b3a1
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ return {
|
|||
build = function()
|
||||
require("nvim-treesitter.install").update({ with_sync = true })()
|
||||
end,
|
||||
config = function()
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
configs.setup({
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue