« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rwxr-xr-x.vimrc14
1 files changed, 4 insertions, 10 deletions
diff --git a/.vimrc b/.vimrc
index fd195a9..4838ee2 100755
--- a/.vimrc
+++ b/.vimrc
@@ -12,16 +12,10 @@
 set nocompatible
 set encoding=utf-8
 
-" plugin management
-execute pathogen#infect()
-set rtp+=~/.vim/bundle/Vundle.vim
-call vundle#begin()
-Plugin 'VundleVim/Vundle.vim'
-Plugin 'vim-airline/vim-airline'
-Plugin 'vim-airline/vim-airline-themes'
-Plugin 'tpope/vim-sleuth'
-Plugin 'eslint/eslint'
-call vundle#end()
+" plugins should be installed as native vim 8+ packages
+"
+" git submodule update --init
+" ln -s ~/.dotfiles/.vim/pack ~/.vim/pack
 
 " <VIM> vim settings -----------------------------