summaryrefslogtreecommitdiff
path: root/nvim/lsp/beancount.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/beancount.lua')
-rwxr-xr-xnvim/lsp/beancount.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/nvim/lsp/beancount.lua b/nvim/lsp/beancount.lua
deleted file mode 100755
index d14ae25..0000000
--- a/nvim/lsp/beancount.lua
+++ /dev/null
@@ -1,11 +0,0 @@
----@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 = {},
-}