mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-04-26 21:31:35 +00:00
[neovim] replace nvim-treesitter by tree-sitter-manager
This commit is contained in:
@@ -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" },
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require("nvim-treesitter.config").setup({
|
||||
require("tree-sitter-manager").setup({
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"comment",
|
||||
@@ -31,11 +31,4 @@ require("nvim-treesitter.config").setup({
|
||||
enable = true,
|
||||
disable = { "css" },
|
||||
},
|
||||
autopairs = {
|
||||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
disable = { "python", "css" },
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user