Removed vim tips from vimrc
This commit is contained in:
@@ -36,14 +36,3 @@ command! Proximate :e ~/Cloud/Notes/Proximate.md
|
|||||||
|
|
||||||
" Create panda command for pandout
|
" Create panda command for pandout
|
||||||
command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % <args>'
|
command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % <args>'
|
||||||
|
|
||||||
" 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]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user