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!