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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user