6 lines
155 B
Lua
6 lines
155 B
Lua
return {
|
|
cmd = { 'bash-language-server', 'start' },
|
|
filetypes = { 'sh', 'bash' },
|
|
root_markers = { '.bashrc', '.bash_profile', '.profile' },
|
|
}
|