mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
8 lines
165 B
Lua
8 lines
165 B
Lua
return {
|
|
-- change trouble config
|
|
{
|
|
"folke/trouble.nvim",
|
|
-- opts will be merged with the parent spec
|
|
opts = { use_diagnostic_signs = true },
|
|
},
|
|
}
|