This commit is contained in:
asep komarudin 2023-02-20 10:04:22 +07:00
parent aa1e7ce0fc
commit 9e13d75fce
2 changed files with 8 additions and 7 deletions

View file

@ -35,13 +35,13 @@ return {
end
ts.update({ with_sync = true })()
end,
config = function()
local status_ok, _ = pcall(require, "nvim-treesitter")
if not status_ok then
return
end
require("user.treesitter")
end,
-- config = function()
-- local status_ok, _ = pcall(require, "nvim-treesitter")
-- if not status_ok then
-- return
-- end
-- require("user.treesitter")
-- end,
},
-- snippets
{