From 05c0035bf2d0e642f23b8518918c61469fb0f1bd Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:23:51 +0200 Subject: [PATCH] lsp(nim): remove obsolete --- lua/nxvim/lsp/plugins/mason/lspconfig.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/nxvim/lsp/plugins/mason/lspconfig.lua b/lua/nxvim/lsp/plugins/mason/lspconfig.lua index 167a109..1607e4c 100644 --- a/lua/nxvim/lsp/plugins/mason/lspconfig.lua +++ b/lua/nxvim/lsp/plugins/mason/lspconfig.lua @@ -50,7 +50,6 @@ mason_lspconfig.setup_handlers({ -- Or add settings inline. -- - if server == "nimls" then opts.cmd = { "nimlsp" } end -- The json|ts provideFormatter setting below triggers for gopls when it shouldn't, therefore we skip it here. if server == "gopls" then goto setup end -- Use prettierd as formatter.