1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-04-18 17:04:05 +00:00

[neovim] Remove mcphub and fix treesitter

This commit is contained in:
2026-04-12 12:23:28 +02:00
parent 06fe738736
commit 4b36d349bf
8 changed files with 5 additions and 86 deletions

View File

@@ -73,7 +73,7 @@ require("lazy").setup({
},
event = "VeryLazy",
},
{ "nvim-treesitter/nvim-treesitter", event = "BufReadPost" },
{ "nvim-treesitter/nvim-treesitter", branch = "main", event = "BufReadPost" },
{
"folke/snacks.nvim",
priority = 1000,
@@ -209,12 +209,6 @@ require("lazy").setup({
"stevearc/dressing.nvim",
},
},
{
"ravitemer/mcphub.nvim",
-- cmd = "MCPHub", -- lazy load by default
-- uncomment this if you don't want mcp-hub to be available globally or can't use -g
build = "bundled_build.lua", -- Use this and set use_bundled_binary = true in opts (see Advanced configuration)
},
{
"zbirenbaum/copilot.lua",
cmd = "Copilot",