diff options
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -414,6 +414,9 @@ local servers = { | |||
414 | pyright = {}, | 414 | pyright = {}, |
415 | rust_analyzer = {}, | 415 | rust_analyzer = {}, |
416 | tsserver = {}, | 416 | tsserver = {}, |
417 | beancount = { | ||
418 | filetypes = { "beancount", "bean" }, | ||
419 | }, | ||
417 | 420 | ||
418 | lua_ls = { | 421 | lua_ls = { |
419 | Lua = { | 422 | Lua = { |