Switched to Neovim + added Ranger

This commit is contained in:
Alex Janka 2015-10-11 11:58:30 +11:00
parent 95bc56cfcc
commit efdc354f2d
10 changed files with 13 additions and 3 deletions

Binary file not shown.

4
neoviminstall.sh Normal file
View file

@ -0,0 +1,4 @@
yaourt -S python2-trollius neovim-git python2-neovim
ln -s ~/.vimrc ~/.nvimrc
ln -s ~/.vim ~/.nvim

View file

@ -0,0 +1 @@
set preview_images true

@ -1 +1 @@
Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f
Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933

@ -1 +1 @@
Subproject commit 8c30610c5f60eada1d21ab23e96d45848a1e6e58
Subproject commit 78566c37aeb3b7609eee84a7b10114a0f512830e

@ -0,0 +1 @@
Subproject commit 915c6812d45c00e5ad85c8147c6179743a41ae11

View file

@ -22,6 +22,7 @@ Plugin 'bling/vim-airline'
Plugin 'whatyouhide/vim-gotham'
Plugin 'scrooloose/nerdtree'
Plugin 'Xuyuanp/nerdtree-git-plugin'
Plugin 'suan/vim-instant-markdown'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required

Binary file not shown.

3
vimplugins.sh Executable file
View file

@ -0,0 +1,3 @@
cd vim/.vim/bundle
git clone https://github.com/VundleVim/Vundle.vim.git
vim +PluginInstall +qall