aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-12-09 00:43:48 -0500
committertdro <tdro@users.noreply.github.com>2022-12-09 00:43:48 -0500
commit4cdc0403519376be5bddeff54eda3008b9b90f3b (patch)
tree37ace807ee1631691bfb72592608e0352ff4df1b /.vim
parent742fa91c9add3ef8b4d30d3e34e31f379cfc8df9 (diff)
downloaddotfiles-4cdc0403519376be5bddeff54eda3008b9b90f3b.tar.gz
dotfiles-4cdc0403519376be5bddeff54eda3008b9b90f3b.tar.bz2
dotfiles-4cdc0403519376be5bddeff54eda3008b9b90f3b.zip
.vim/vimrc: Remove plugin source it's native now
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index fb2d814..865094c 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -284,7 +284,6 @@ augroup AutoCommands
" Source reloads.
autocmd BufWritePost .vimrc,vimrc source % | Notify('printf "Configuration sourced."')
- autocmd BufWritePost plugins.vim source % | Notify('printf "Plugins configuration sourced."')
" Linting file type post write commands.
autocmd FileType css autocmd! BufWritePost <buffer> exe 'Notify(''prettier --write --parser css ' . expand('%') . ' 2>&1'')' | :e