This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-25 03:31:18 -05:00
parent dc3e319f27
commit 5fcc77255c
17 changed files with 144 additions and 142 deletions

View file

@ -0,0 +1,16 @@
return {
"folke/which-key.nvim",
commit = "e271c28118998c93a14d189af3395812a1aa646c", -- May 22, 2023
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {
icons = { group = vim.g.icons_enabled and "" or "+", separator = "" },
disable = { filetypes = { "TelescopePrompt" } },
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}