aboutsummaryrefslogtreecommitdiff
path: root/lsp/bashls.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-24 00:14:04 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-24 00:14:04 +0200
commit966d12ac730c83da90d60ab24eae539b2ea69441 (patch)
tree702f5f832796b572d0faee31c0eb15507e91f49a /lsp/bashls.lua
parent2a8020a2e9b7ef2ee77ddee14892127a4eb95187 (diff)
downloaddotfiles-966d12ac730c83da90d60ab24eae539b2ea69441.tar.gz
dotfiles-966d12ac730c83da90d60ab24eae539b2ea69441.zip
Update/Overhaul
Diffstat (limited to 'lsp/bashls.lua')
-rw-r--r--lsp/bashls.lua4
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