From 53c5b90b4e258c6c76aa9a636833f37fe1081002 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 21 May 2024 20:23:32 +0200 Subject: [PATCH] updated neovim state --- states/neovim/templates/init.vim.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/neovim/templates/init.vim.j2 b/states/neovim/templates/init.vim.j2 index b967cdf..b2eff61 100644 --- a/states/neovim/templates/init.vim.j2 +++ b/states/neovim/templates/init.vim.j2 @@ -36,7 +36,7 @@ command! Reformat call Reformat() command! RemoveComments call RemoveComments() nnoremap :!%:p -nnoremap :FzfLua +nnoremap :FzfLua if has("autocmd") au VimEnter,InsertLeave * silent execute '!echo -ne "\e[2 q"' | redraw!