summaryrefslogtreecommitdiff
path: root/lib/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vimrc')
-rw-r--r--lib/vimrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/vimrc b/lib/vimrc
index 9496a24..3c42015 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -107,17 +107,6 @@ function! <SID>SynStack()
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
endfunc
-""" Plugins with vim-plug
-""" only use this for stuff not available in nix/home-manager
-if empty(glob('~/.vim/autoload/plug.vim'))
- silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
- \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
-endif
-call plug#begin('~/.vim/plugged')
-Plug 'urbit/hoon.vim'
-call plug#end()
-
" Vim color scheme, modified from Xavier's below
"
" Name: monochrome.vim