Fix another settings

This commit is contained in:
Archie Fox
2025-09-30 10:47:01 +03:00
parent 9a59b7bff5
commit ae4cc1a097
6 changed files with 43 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
return {
{ "norcalli/nvim-colorizer.lua" },
{ "onsails/lspkind.nvim" },
{
"folke/trouble.nvim",
-- opts will be merged with the parent spec
opts = { use_diagnostic_signs = false },
},
}