mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
16 lines
264 B
Lua
16 lines
264 B
Lua
-- Beancount
|
|
--[[ Installation:
|
|
Dependency:
|
|
uv tool install beancount
|
|
LSP:
|
|
cargo install beancount-language-server
|
|
brew install beancount-language-server
|
|
--]]
|
|
|
|
|
|
return {
|
|
cmd = { "beancount-language-server" },
|
|
filetypes = { "beancount" },
|
|
settings = {
|
|
},
|
|
}
|