aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-02-19 20:07:42 -0500
committertdro <tdro@users.noreply.github.com>2022-02-19 20:07:42 -0500
commit0fa6c84cfa5992175011a4cad3fa6d081da43d82 (patch)
tree28b813163a77098d0f1c8a7a4b6851fd9cde4783 /.vimrc
parent11f67b3301ace28cc56ef3961a029ed5449c85c3 (diff)
downloaddotfiles-0fa6c84cfa5992175011a4cad3fa6d081da43d82.tar.gz
dotfiles-0fa6c84cfa5992175011a4cad3fa6d081da43d82.tar.bz2
dotfiles-0fa6c84cfa5992175011a4cad3fa6d081da43d82.zip
.config/nixpkgs: Remove packages that are now upstream
Remove literate from configuration.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 1002ad9..c6b4351 100644
--- a/.vimrc
+++ b/.vimrc
@@ -300,7 +300,6 @@ augroup AutoCommands
autocmd BufWritePost $HOME/.config/chromexup/config.ini exe 'Notify(''chromexup 2>&1'')'
autocmd BufWritePost rc.lua exe 'Notify(''awesome -k 2>&1'')'
autocmd BufWritePost quotes,*.fortune exe 'Notify(''strfile ' . expand('%') . ''')'
- autocmd BufWritePost *.lit exe 'Notify(''lit ' . expand('%') . ' 2>&1 && printf "Literate OK: ' . expand('%') . '"'')'
autocmd BufWritePost Xresources exe 'Notify(''xrdb ~/.config/X11/Xresources ' . '2>&1 && printf "Reloading Xresources: ' . expand('%') . '"'')'
autocmd BufWritePost *.desktop exe 'Notify(''desktop-file-validate ' . expand('%') . ' 2>&1 && printf "Deskop File OK: ' . expand('%') . '"'')'
autocmd BufWritePost *.service exe 'Notify(''systemd-analyze verify --user ' . expand('%') . ' 2>&1 && printf "Systemd Service File OK: ' . expand('%') . '"'')'