diff --git a/init.lua b/init.lua index 399bbbed..ad4581c2 100644 --- a/init.lua +++ b/init.lua @@ -301,8 +301,8 @@ require('lazy').setup({ -- Document existing key chains require('which-key').register { - ['q'] = { { "confirm q", "Quit" }, }, - ['w'] = { { "w!", "Write" }, }, + ['q'] = { { 'confirm q', 'Quit' } }, + ['w'] = { { 'w!', 'Write' } }, ['c'] = { name = '[C]ode', _ = 'which_key_ignore' }, ['d'] = { name = '[D]ocument', _ = 'which_key_ignore' }, ['r'] = { name = '[R]ename', _ = 'which_key_ignore' }, @@ -681,7 +681,7 @@ require('lazy').setup({ { -- Autoformat 'stevearc/conform.nvim', - lazy = true, + event = 'VimEnter', keys = { { 'f',