Files
nvim-config/lsp/bashls.lua

6 lines
155 B
Lua

return {
cmd = { 'bash-language-server', 'start' },
filetypes = { 'sh', 'bash' },
root_markers = { '.bashrc', '.bash_profile', '.profile' },
}