Evie Litherland-Smith
4054030afc
Separate nvim config into separate project, to be used as submodule for main dotfile
9 lines
170 B
Lua
9 lines
170 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
config = function()
|
|
vim.o.timeout = true
|
|
vim.o.timeoutlen = 300
|
|
require("which-key").setup {}
|
|
end,
|
|
}
|