Skip to content

Commit

Permalink
fix: bashls add bash filetype (neovim#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingarrrt authored Nov 28, 2024
1 parent 4ae9796 commit a0ba5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/configs/bashls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return {
globPattern = vim.env.GLOB_PATTERN or '*@(.sh|.inc|.bash|.command)',
},
},
filetypes = { 'sh' },
filetypes = { 'bash', 'sh' },
root_dir = util.find_git_ancestor,
single_file_support = true,
},
Expand Down

0 comments on commit a0ba5b1

Please sign in to comment.