Skip to content

Instantly share code, notes, and snippets.

View ludvary's full-sized avatar
💭
Overoptimizing is a delightful disease, and I'm happily afflicted

Krishna Das Nair ludvary

💭
Overoptimizing is a delightful disease, and I'm happily afflicted
  • JNCASR
  • Bangalore
View GitHub Profile
@ludvary
ludvary / haha.txt
Last active July 8, 2024 05:31
temp gist, i really have no idea why this is here really
vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(
vim.lsp.diagnostic.on_publish_diagnostics, {
signs = { severity_limit = "Warning", },
virtual_text = { severity_limit = "Error", },
underline = { severity_limit = "Error", },
})