nvim/lua/plugins/which_key.lua
Evie Litherland-Smith 84db975993 Add tokyonight colourscheme
Optimise startup times for some plugins
Optimise LSP setup
2023-05-17 14:57:53 +01:00

10 lines
176 B
Lua

return {
"folke/which-key.nvim",
event = { "VeryLazy"},
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
config = true,
}