mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
aa1e7ce0fc
commit
9e13d75fce
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue