feat: treesitter fix?
This commit is contained in:
parent
972fd3dae1
commit
cd78805b84
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -626,6 +626,7 @@ require('lazy').setup {
|
|||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate',
|
||||
config = function()
|
||||
vim.opt.runtimepath:append("$HOME/.local/share/treesitter")
|
||||
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
||||
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue