mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
NVIM
- Added codespell as lint and removed codespell as formatter - Remove codespell lint info from trouble diagnostic
This commit is contained in:
@@ -119,7 +119,10 @@ return {
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
cmd = { "TroubleToggle", "Trouble" },
|
||||
opts = { use_diagnostic_signs = true },
|
||||
opts = {
|
||||
use_diagnostic_signs = true,
|
||||
severity = vim.diagnostic.severity.WARN,
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>dx", "<cmd>TroubleToggle document_diagnostics<cr>", desc = "Document Diagnostics (Trouble)" },
|
||||
{ "<leader>dw", "<cmd>TroubleToggle workspace_diagnostics<cr>", desc = "Workspace Diagnostics (Trouble)" },
|
||||
|
||||
Reference in New Issue
Block a user