updated the config files

This commit is contained in:
2026-06-23 16:07:07 +02:00
parent 0643da425f
commit f45504df54
13 changed files with 114 additions and 153 deletions
-20
View File
@@ -1,20 +0,0 @@
return {
-- "nvim-treesitter/nvim-treesitter",
-- build = ":TSUpdate",
-- config = function()
-- local install = require("nvim-treesitter.install")
-- local configs = require("nvim-treesitter.configs")
-- install = {
-- compilers = { clang },
-- prefer_git = false,
-- }
-- configs.setup({
-- ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "cmake", "query" },
-- sync_install = false,
-- highlight = { enable = true },
-- indent = { enable = true },
-- })
-- end
}