diff options
| author | Marcelo <setanta@gmail.com> | 2025-03-30 04:26:45 -0300 |
|---|---|---|
| committer | Marcelo <setanta@gmail.com> | 2025-03-30 04:26:45 -0300 |
| commit | 70fa6519abe34d9251b4cef6122257fc0edbd4aa (patch) | |
| tree | 3e1098542afe7c5705297a86623402de8f2160f5 /lua/config/plugins/whichkey.lua | |
| parent | c78361a6155dd53cd1098f7fdf33acfea20dc903 (diff) | |
Moved plugin files into ux.lua and skin.lua.
For usability and appearance related, respectively.
Diffstat (limited to 'lua/config/plugins/whichkey.lua')
| -rw-r--r-- | lua/config/plugins/whichkey.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/config/plugins/whichkey.lua b/lua/config/plugins/whichkey.lua deleted file mode 100644 index beff180..0000000 --- a/lua/config/plugins/whichkey.lua +++ /dev/null @@ -1,13 +0,0 @@ -return { - -- WhichKey is a lua plugin that displays a popup with possible keybindings of the command you started typing. - { - "folke/which-key.nvim", - event = "VeryLazy", - init = function() - vim.o.timeout = true - vim.o.timeoutlen = 10000 - end, - opts = { - }, - }, -} |
