aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/beancount.lua
blob: 1bbf5f1f149252dd3efa97736f3a0958acf91e7e (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 = {},
}