Skip to content

Commit d4c2676

Browse files
committed
feat: Disable lsp logging
1 parent 5a91106 commit d4c2676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/vnext/config/diagnostics.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ map("n", "<leader>dk", function() vim.diagnostic.jump({ count = -1 }) end, { des
2121
map("n", "<leader>dc", function() vim.diagnostic.open_float() end, { desc = "Toggle current diagnostic" })
2222
map("n", "<leader>dd", function() vim.diagnostic.setqflist() end, { desc = "Open quickfix" })
2323
-- stylua: ignore end
24+
25+
vim.lsp.log.set_level("off")

0 commit comments

Comments
 (0)