update to lsp configurations
This commit is contained in:
14
lua/plugins/which-key.lua
Normal file
14
lua/plugins/which-key.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
local wk = require("which-key")
|
||||
|
||||
wk.add(
|
||||
{
|
||||
{ "<leader><leader>cL", ":LspRestart<CR>", desc = "Restart LSP"},
|
||||
}
|
||||
)
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user