Fix bug in nvim config

This commit is contained in:
Wiktor Zykubek 2020-05-27 12:54:56 +02:00
parent 6d497fdc02
commit 4a4676f31f

View File

@ -86,7 +86,7 @@ augroup END
" Automatically reload configs on save " Automatically reload configs on save
autocmd BufWritePost *Xresources,*Xdefaults !xrdb % autocmd BufWritePost *Xresources,*Xdefaults !xrdb %
autocmd BufWritePost *sxhkdrc !pkill -USR1 sxhkd autocmd BufWritePost *sxhkdrc !pkill -USR1 sxhkd
autocmd BufWritePost *picom.conf !pkill -USR1 picom autocmd BufWritePost *picom.conf !pkill -USR1 picom; picom -b
" Automatically deletes all trailing whitespace and newlines at end of file on save " Automatically deletes all trailing whitespace and newlines at end of file on save
autocmd BufWritePre * %s/\s\+$//e autocmd BufWritePre * %s/\s\+$//e