little fix because delay

This commit is contained in:
tavo-wasd 2023-08-24 16:58:01 -06:00
parent 4d2dd5742e
commit 1fe8ae49b8
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View file

@ -136,7 +136,6 @@ wget/
java/
xfce4/
Thunar/
Thunar/uca.xml
kid3rc
gtk-3.0/bookmarks
inkscape/

View file

@ -1,4 +1,3 @@
" tavo custom vimrc file
set clipboard=unnamedplus
set shellcmdflag=-ic
set encoding=utf-8
@ -116,4 +115,4 @@ noremap <A-f> :FzfLua files<CR>
" Signify
let g:signify_disable_by_default = 1
highlight SignColumn ctermbg=NONE
noremap df :SignifyToggle<CR>
noremap gd :SignifyToggle<CR>