Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-08-10 11:31:54 +08:00
parent 7d09b138e6
commit bca2b6cfea
2 changed files with 18 additions and 18 deletions

View File

@@ -72,16 +72,16 @@ local servers = {
},
},
terraformls = {},
beancount = {
-- filetypes = { 'beancount', 'bean' },
cmd = { "beancount-language-server", "--stdio", },
init_options = {
journalFile = ""
},
filetypes = { "beancount", "bean" },
root_dir = nvim_lsp.util.root_pattern("main.bean"),
single_file_support = true,
}
-- beancount = {
-- -- filetypes = { 'beancount', 'bean' },
-- cmd = { "beancount-language-server", "--stdio", },
-- init_options = {
-- journalFile = ""
-- },
-- filetypes = { "beancount", "bean" },
-- root_dir = nvim_lsp.util.root_pattern("main.bean"),
-- single_file_support = true,
-- }
}
local settings = {