feat(nvim): add treesitter
This commit is contained in:
parent
fe075a8a5f
commit
96453a5503
1 changed files with 12 additions and 0 deletions
|
@ -44,4 +44,16 @@ return { -- Lua table
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- nvim-treesitter
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
version = "*",
|
||||
lazu = false,
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue