From 966d12ac730c83da90d60ab24eae539b2ea69441 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 00:14:04 +0200 Subject: Update/Overhaul --- lsp/bashls.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lsp/bashls.lua (limited to 'lsp/bashls.lua') 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 -- cgit v1.2.3