mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update
This commit is contained in:
parent
aa1e7ce0fc
commit
9e13d75fce
2 changed files with 8 additions and 7 deletions
|
@ -11,3 +11,4 @@ require("user.options")
|
||||||
require("user.keymaps")
|
require("user.keymaps")
|
||||||
require("user.autocommands")
|
require("user.autocommands")
|
||||||
require("user.format_onsave")
|
require("user.format_onsave")
|
||||||
|
require("user.treesitter")
|
||||||
|
|
|
@ -35,13 +35,13 @@ return {
|
||||||
end
|
end
|
||||||
ts.update({ with_sync = true })()
|
ts.update({ with_sync = true })()
|
||||||
end,
|
end,
|
||||||
config = function()
|
-- config = function()
|
||||||
local status_ok, _ = pcall(require, "nvim-treesitter")
|
-- local status_ok, _ = pcall(require, "nvim-treesitter")
|
||||||
if not status_ok then
|
-- if not status_ok then
|
||||||
return
|
-- return
|
||||||
end
|
-- end
|
||||||
require("user.treesitter")
|
-- require("user.treesitter")
|
||||||
end,
|
-- end,
|
||||||
},
|
},
|
||||||
-- snippets
|
-- snippets
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue