~kvikshaug/dotfiles

5acea087609417552036b0aada89976a9086d877 — Ali Kaafarani 8 months ago 29462a2
updates
4 files changed, 4 insertions(+), 14 deletions(-)

M .gitmodules
D .vim/bundle/Vundle.vim
A .vim/pack/dist/start/vim-airline
M .vimrc
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