beancount
https://github.com/polarmutex/beancount-language-server#installation
See https://github.com/polarmutex/beancount-language-server#configuration for configuration options
Setup
require'lspconfig'.beancount.setup{}
Default values
cmd = { "beancount-langserver" }
filetypes = { "beancount" }
init_options = {
journalFile = "",
pythonPath = "python3"
}
root_dir = function(fname)
return util.find_git_ancestor(fname) or util.path.dirname(fname)
end,