Skip to content

Commit f1a5ee4

Browse files
committed
fix(nvim-treesitter.nvim): no longer TSUpdate with ts-install
1 parent 65cc86f commit f1a5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/users_sample.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
-- "nvim-treesitter/nvim-treesitter",
9494
-- lazy = false,
9595
-- branch = "main",
96-
-- build = ":TSUpdate",
96+
-- -- build = ":TSUpdate",
9797
-- init = lua_init("nvim-treesitter/nvim-treesitter"),
9898
-- config = lua_config("nvim-treesitter/nvim-treesitter"),
9999
-- },

0 commit comments

Comments
 (0)