M .gitmodules => .gitmodules +3 -3
@@ 1,9 1,9 @@
-[submodule ".vim/bundle/Vundle.vim"]
- path = .vim/bundle/Vundle.vim
- url = https://github.com/VundleVim/Vundle.vim.git
[submodule ".config/alacritty/themes"]
path = .config/alacritty/themes
url = https://github.com/alacritty/alacritty-theme
[submodule ".pure"]
path = .pure
url = https://github.com/kvikshaug/pure
+[submodule ".vim/pack/dist/start/vim-airline"]
+ path = .vim/pack/dist/start/vim-airline
+ url = https://github.com/vim-airline/vim-airline
D .vim/bundle/Vundle.vim => .vim/bundle/Vundle.vim +0 -1
@@ 1,1 0,0 @@
-Subproject commit 0765c5c4f485fa111f190e2d7dd89ec9f5b3f554
A .vim/pack/dist/start/vim-airline => .vim/pack/dist/start/vim-airline +1 -0
@@ 0,0 1,1 @@
+Subproject commit ff7352e4bff02eb600a136b6fd741404f3195371
M .vimrc => .vimrc +0 -10
@@ 1,14 1,4 @@
set nocompatible
-filetype off
-set rtp+=~/.vim/bundle/Vundle.vim
-
-" Vundle: See :h vundle
-call vundle#begin()
-Plugin 'VundleVim/Vundle.vim'
-Plugin 'vim-airline/vim-airline'
-Plugin 'scrooloose/nerdtree'
-call vundle#end()
-
filetype plugin indent on
syntax on
set number