mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 09:58:25 +02:00
7 lines
104 B
Lua
7 lines
104 B
Lua
return {
|
|
"folke/trouble.nvim",
|
|
keys = {
|
|
{ "tr", "<cmd>TroubleToggle<cr>", desc = "trouble" },
|
|
},
|
|
}
|