diff options
Diffstat (limited to 'lsp/bashls.lua')
| -rw-r--r-- | lsp/bashls.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lsp/bashls.lua b/lsp/bashls.lua new file mode 100644 index 0000000..fc7d709 --- /dev/null +++ b/lsp/bashls.lua @@ -0,0 +1,4 @@ +return { + cmd = { "bash-language-server", "start" }, + filetypes = { "sh", "bash" } +}
\ No newline at end of file |
