get rid of bashls

This commit is contained in:
jannawro 2023-11-13 23:33:10 +01:00
parent 51c4a97143
commit 10a69be6f3
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ vim.keymap.set('n', '<leader>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,