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

@@ -1,4 +1,4 @@
require("nvim-treesitter.configs").setup({
require("nvim-treesitter.config").setup({
ensure_installed = {
"bash",
"comment",
@@ -26,6 +26,7 @@ require("nvim-treesitter.configs").setup({
"vimdoc",
"yaml",
},
auto_install = true,
highlight = {
enable = true,
disable = { "css" },