diff options
Diffstat (limited to 'dot_config/nvim_new/lsp/beancount.lua')
| -rw-r--r-- | dot_config/nvim_new/lsp/beancount.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/beancount.lua b/dot_config/nvim_new/lsp/beancount.lua new file mode 100644 index 0000000..d14ae25 --- /dev/null +++ b/dot_config/nvim_new/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 = {}, +} |
