Fix bug in nvim config

This commit is contained in:
samedamci 2020-05-27 12:54:56 +02:00
parent 7df52a05f4
commit b37041b48d
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -86,7 +86,7 @@ augroup END
" Automatically reload configs on save
autocmd BufWritePost *Xresources,*Xdefaults !xrdb %
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
autocmd BufWritePre * %s/\s\+$//e