feat: new config with everything manually installed
This commit is contained in:
5
lsp/bashls.lua
Normal file
5
lsp/bashls.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'bash-language-server', 'start' },
|
||||
filetypes = { 'sh', 'bash' },
|
||||
root_markers = { '.bashrc', '.bash_profile', '.profile' },
|
||||
}
|
||||
Reference in New Issue
Block a user