Skip to content

Commit

Permalink
lsp(nim): remove obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 11, 2024
1 parent 8df92c6 commit 05c0035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/nxvim/lsp/plugins/mason/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 05c0035

Please sign in to comment.