Replaced deprecated "nvim-tresitter" with "tree-sitter-manager"

This commit is contained in:
2026-05-20 14:26:16 +01:00
parent dfb2902740
commit abaa9285bc
4 changed files with 28 additions and 78 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ return {
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
"nvim-treesitter/nvim-treesitter",
"romus204/tree-sitter-manager.nvim",
},
opts = function()
local target_path = vim.fn.expand("~/Documents/Work_Notes/")