From 3082bbae83560be01e76e2e8a3c6299b42a19ed0 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 22 Dec 2025 23:56:41 +0100 Subject: Benutze symbolische Links statt die Dateien zu kopieren --- nvim/lua/plugins/lsp.lua | 1 + nvim/lua/plugins/treesitter.lua | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'nvim/lua') diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index e888ae0..19ec93d 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -21,6 +21,7 @@ return { } vim.lsp.enable({ + "bashls", -- npm install -g bash-language-server "clangd", -- pkg install llvm "lua_ls", -- pkg install lua-language-server }) diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index edcaff2..8982a2c 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -9,10 +9,11 @@ return { config = function() local treesitter = require("nvim-treesitter") - treesitter.setup({}) + -- treesitter.setup({}) -- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/SUPPORTED_LANGUAGES.md treesitter.install({ + "bash", "c", "cpp", "html", -- cgit v1.3