mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
update
This commit is contained in:
parent
9e13d75fce
commit
01defa0547
2 changed files with 7 additions and 8 deletions
|
@ -11,4 +11,3 @@ 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