aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/beancount.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/beancount.lua')
-rw-r--r--lsp/beancount.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/beancount.lua b/lsp/beancount.lua
index d14ae256..78b01f3b 100644
--- a/lsp/beancount.lua
+++ b/lsp/beancount.lua
@@ -3,6 +3,7 @@
--- https://github.com/polarmutex/beancount-language-server#installation
---
--- See https://github.com/polarmutex/beancount-language-server#configuration for configuration options
+---@type vim.lsp.Config
return {
cmd = { 'beancount-language-server', '--stdio' },
filetypes = { 'beancount', 'bean' },