aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/beancount.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/beancount.lua')
-rw-r--r--lsp/beancount.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lsp/beancount.lua b/lsp/beancount.lua
new file mode 100644
index 00000000..233980af
--- /dev/null
+++ b/lsp/beancount.lua
@@ -0,0 +1,11 @@
+---@brief
+---
+---https://github.com/polarmutex/beancount-language-server#installation
+--
+-- See https://github.com/polarmutex/beancount-language-server#configuration for configuration options
+return {
+ cmd = { 'beancount-language-server', '--stdio' },
+ filetypes = { 'beancount', 'bean' },
+ root_markers = { '.git' },
+ init_options = {},
+}