1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-04-26 20:21:35 +00:00

[neovim] replace nvim-treesitter by tree-sitter-manager

This commit is contained in:
2026-04-19 18:03:14 +02:00
parent 08a9870b3d
commit 3b2986e24c
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ require("snacks").setup({
indent = 2,
},
{ icon = "", desc = "Mason", action = ":Mason", key = "m", indent = 2 },
{ icon = "", desc = "Tree-sitter", action = ":TSUpdate", key = "t", indent = 2, padding = 2 },
-- { icon = "", desc = "Tree-sitter", action = ":TSUpdate", key = "t", indent = 2, padding = 2 },
{ section = "startup" },
},