From b0ec0dbc48b0b8bb600c644ac377930d949e11fd Mon Sep 17 00:00:00 2001 From: ZaneFerns360 Date: Sat, 4 May 2024 11:20:24 +0530 Subject: [PATCH] changes --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',