diff --git a/.config/nvim/lua/plugins/which-key.lua b/.config/nvim/lua/plugins/which-key.lua index ca0086d..9310464 100644 --- a/.config/nvim/lua/plugins/which-key.lua +++ b/.config/nvim/lua/plugins/which-key.lua @@ -6,7 +6,7 @@ return { vim.o.timeoutlen = 500 end, opts = { - preset = 'modern', + preset = 'modern', -- may set this back to 'classic' sort = { 'local', 'order', 'group', 'alphanum', 'mod' }, notify = true, win = { @@ -23,4 +23,4 @@ return { }, }, }, -} \ No newline at end of file +}