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!