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

This commit is contained in:
Paul 2024-05-21 20:23:32 +02:00
parent c6d9d7af72
commit 53c5b90b4e

View File

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