diagnostics list is not using Trouble anymore. Telescope is now being used

This commit is contained in:
2025-11-16 19:08:46 +01:00
parent 9f55f21eef
commit f0e168ff2c
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
return {
"folke/trouble.nvim",
dependencies = "nvim-tree/nvim-web-devicons",
enabled = false,
config = function()
require("trouble").setup {}
end,