Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-04-20 12:09:45 +08:00
parent 98d53b48da
commit ad3877b42e

View File

@@ -13,7 +13,7 @@ require("neodev").setup({
}) })
local servers = { local servers = {
sumneko_lua = {}, lua_ls = {},
bashls = {}, bashls = {},
yamlls = { yamlls = {
filetypes = { 'yaml', 'yml' }, filetypes = { 'yaml', 'yml' },
@@ -70,6 +70,7 @@ local servers = {
}, },
}, },
}, },
terraformls = {},
beancount = { beancount = {
init_options = { init_options = {
journal_file = "", journal_file = "",