From 10a69be6f302b54fcb9ec04dc526e817dd553eab Mon Sep 17 00:00:00 2001 From: jannawro Date: Mon, 13 Nov 2023 23:33:10 +0100 Subject: [PATCH] get rid of bashls --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9325e2d0..bbf70b69 100644 --- a/init.lua +++ b/init.lua @@ -342,7 +342,7 @@ vim.keymap.set('n', 'sr', require('telescope.builtin').resume, { desc = vim.defer_fn(function() require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'go', 'lua', 'python', 'vimdoc', 'vim', 'hcl', 'bash', 'yaml', 'terraform' }, + ensure_installed = { 'go', 'lua', 'python', 'vimdoc', 'vim', 'hcl', 'yaml', 'terraform' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false,