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