From 92e85e2b344f3f510c3746df3eb11a3a27159f94 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 26 Feb 2025 16:12:08 -0700 Subject: [PATCH] Removed vim tips from vimrc --- .vimrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.vimrc b/.vimrc index 74ee26d..df5c5d0 100644 --- a/.vimrc +++ b/.vimrc @@ -36,14 +36,3 @@ command! Proximate :e ~/Cloud/Notes/Proximate.md " Create panda command for pandout command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % ' - -" Plugins -call plug#begin() -Plug 'junegunn/goyo.vim' -"Plug 'plasticboy/vim-markdown' -"Plug 'vim-pandoc/vim-pandoc' -"Plug 'vim-pandoc/vim-pandoc-syntax' -call plug#end() - -" Tips! -" Word count > :w !wc -w [also works on selection]