aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/bashls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/bashls.lua')
-rw-r--r--lsp/bashls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bashls.lua b/lsp/bashls.lua
index 79d86d32..33f088e4 100644
--- a/lsp/bashls.lua
+++ b/lsp/bashls.lua
@@ -8,6 +8,7 @@
--- ```
---
--- Language server for bash, written using tree sitter in typescript.
+---@type vim.lsp.Config
return {
cmd = { 'bash-language-server', 'start' },
settings = {