Skip to content

Commit

Permalink
fix: remove debug print 🫣
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Dec 24, 2024
1 parent bc908fa commit 52a031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rustaceanvim/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Starting rust-analyzer client in detached/standalone mode (with reduced function
vim.tbl_get(lsp_start_config.settings, 'rust-analyzer')
)

return vim.lsp.start(vim.print(lsp_start_config))
return vim.lsp.start(lsp_start_config)
end

---Stop the LSP client.
Expand Down

0 comments on commit 52a031f

Please sign in to comment.