Evie Litherland-Smith
e236c0ae89
Start which_key on <leader> key press Start lualine on loading a buffer Remove dressing as noice seems to have supersceded it
10 lines
176 B
Lua
10 lines
176 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
keys = { "<leader>" },
|
|
init = function()
|
|
vim.o.timeout = true
|
|
vim.o.timeoutlen = 300
|
|
end,
|
|
config = true,
|
|
}
|