diff options
Diffstat (limited to 'nvim/lsp/beancount.lua')
| -rwxr-xr-x | nvim/lsp/beancount.lua | 11 |
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 = {}, -} |
