From d662ef8d258234b6602cae1b1d9060f71d29e9c1 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 22 Dec 2025 17:27:27 +0100 Subject: Deaktiviere treesitter ... :/ --- nvim/plugins.vim | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/nvim/plugins.vim b/nvim/plugins.vim index fe7b8f6..4277d35 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim @@ -57,18 +57,20 @@ require("nvim-tree").setup({ }, }) -require('nvim-treesitter.configs').setup { - ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "typescript", "python", "html", "go", "gomod", "gosum" }, - sync_install = false, - auto_install = false, - highlight = { - enable = true, - additional_vim_regex_highlighting = true, - }, - indent = { - enable = true, - } -} +-- require('nvim-treesitter.configs').setup { +-- ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "typescript", "python", "html", "go", "gomod", "gosum" }, +-- sync_install = false, +-- auto_install = false, +-- highlight = { +-- enable = true, +-- additional_vim_regex_highlighting = true, +-- }, +-- indent = { +-- enable = true, +-- } +-- } + +require'nvim-treesitter'.install { "c", "cpp", "lua", "vim", "vimdoc", "typescript", "python", "html", "go", "gomod", "gosum" } require('nvim-autopairs').setup() -- cgit v1.3