Skip to content

Commit 49a1c91

Browse files
committed
Fix bash errors
1 parent 56cb726 commit 49a1c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ vim.keymap.set('n', '<leader>sr', require('telescope.builtin').resume, { desc =
333333
vim.defer_fn(function()
334334
require('nvim-treesitter.configs').setup {
335335
-- Add languages to be installed here that you want installed for treesitter
336-
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' },
336+
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' },
337337

338338
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
339339
auto_install = false,

0 commit comments

Comments
 (0)