mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-11 13:51:16 +00:00
add whichkey
This commit is contained in:
9
init.lua
9
init.lua
@@ -54,6 +54,15 @@ require('lazy').setup({
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ -- Useful plugin to show you pending keybinds.
|
||||||
|
'folke/which-key.nvim',
|
||||||
|
config = function()
|
||||||
|
vim.o.timeout = true
|
||||||
|
vim.o.timeoutlen = 300
|
||||||
|
require('which-key').setup {}
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
-- Git related plugins
|
-- Git related plugins
|
||||||
'tpope/vim-fugitive',
|
'tpope/vim-fugitive',
|
||||||
'tpope/vim-rhubarb',
|
'tpope/vim-rhubarb',
|
||||||
|
|||||||
Reference in New Issue
Block a user