commit de3a55f2213a31b0766d63c5e34c371b08ff22a3 parent 534bbbcb5ad903d87526380a835527e1681ae007 Author: Tomas Nemec <nemi@skaut.cz> Date: Wed, 1 Dec 2021 12:37:56 +0100 update Diffstat:
M | lua/tms/lsp/servers.lua | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/lua/tms/lsp/servers.lua b/lua/tms/lsp/servers.lua @@ -14,15 +14,6 @@ M.emmet_ls = function(opts) return opts end -M.efm = function(opts) - local efm = require('tms.lsp.efm') - opts.init_options = {documentFormatting = true} - opts.settings = efm.settings - opts.filetypes = efm.filetypes() - opts.root_dir = require('lspconfig').util.root_pattern('.git', vim.fn.getcwd()) - return opts -end - M.gopls = function(opts) opts.root_dir = require('lspconfig').util.root_pattern('go.mod', '.git', vim.fn.getcwd()) return opts