diff options
author | Chris <[email protected]> | 2021-03-25 19:58:40 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-25 19:58:40 -0400 |
commit | f52a6870a7bd9ec729bbde6729ec68334a9d2a4d (patch) | |
tree | 19c6ff1b21e73c74c6282cb0dff86135ccd98de9 /lua/lsp/efm-general-ls.lua | |
parent | 36e9fdf69e1da2d09cbd3de5fbcd71fc7e5f16d1 (diff) |
add support LspInstall where possible
Diffstat (limited to 'lua/lsp/efm-general-ls.lua')
-rw-r--r-- | lua/lsp/efm-general-ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lsp/efm-general-ls.lua b/lua/lsp/efm-general-ls.lua index 3b9243a0..23df2c74 100644 --- a/lua/lsp/efm-general-ls.lua +++ b/lua/lsp/efm-general-ls.lua @@ -45,6 +45,7 @@ local markdownPandocFormat = {formatCommand = 'pandoc -f markdown -t gfm -sp --t require"lspconfig".efm.setup { -- init_options = {initializationOptions}, + cmd = { DATA_PATH .. "/lspinstall/efm/efm-langserver" }, init_options = {documentFormatting = true, codeAction = false}, filetypes = {"lua", "python", "javascriptreact", "javascript", "sh", "html", "css", "json", "yaml", "markdown"}, settings = { |