Add coc basic config, not fully working yet
This commit is contained in:
12
nvim-coc/lua/plugins/utility/whichkey.lua
Executable file
12
nvim-coc/lua/plugins/utility/whichkey.lua
Executable file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
-- keybinds popup
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 500
|
||||
end,
|
||||
opts = {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user