Skip to content

Commit 490c8b7

Browse files
usernoemail-comsfrick
authored andcommitted
Fix bash errors
1 parent b0671a4 commit 490c8b7

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
@@ -335,7 +335,7 @@ vim.keymap.set('n', '<leader>sr', require('telescope.builtin').resume, { desc =
335335
vim.defer_fn(function()
336336
require('nvim-treesitter.configs').setup {
337337
-- Add languages to be installed here that you want installed for treesitter
338-
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' },
338+
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash' },
339339

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

0 commit comments

Comments
 (0)