15 lines
231 B
Lua
15 lines
231 B
Lua
return {
|
|
{
|
|
"folke/which-key.nvim",
|
|
opts = {
|
|
spec = {
|
|
{ "<leader>cL", "<cmd>LspRestart<CR>", icon = "🔄" },
|
|
},
|
|
win = {
|
|
no_overlap = false,
|
|
},
|
|
preset = 'modern'
|
|
},
|
|
},
|
|
}
|