summaryrefslogtreecommitdiff
path: root/lsp/bash.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/bash.lua')
-rw-r--r--lsp/bash.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lsp/bash.lua b/lsp/bash.lua
new file mode 100644
index 0000000..113bf45
--- /dev/null
+++ b/lsp/bash.lua
@@ -0,0 +1,5 @@
+return {
+ cmd = { "bash-language-server", "start" },
+ filetypes = { "sh" },
+ single_file_support = true,
+}