updated neovim state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-05-01 11:23:52 +02:00
parent 012a291e28
commit 3b17524787

View File

@ -36,6 +36,7 @@ command! Reformat call Reformat()
command! RemoveComments call RemoveComments()
nnoremap <F9> :!%:p
nnoremap <C-l> :FzfLua<CR>
if has("autocmd")
au VimEnter,InsertLeave * silent execute '!echo -ne "\e[2 q"' | redraw!