aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/beancount.lua
blob: d14ae25638f0c1d8eb33246901af92e083bff3e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 = {},
}