Vim cleaning.

This commit is contained in:
Bartek Stalewski 2016-03-11 10:54:15 +01:00
parent c26b1b0f54
commit cb577d0c92
4 changed files with 5 additions and 4 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-bad-whitespace"]
path = vim/bundle/vim-bad-whitespace
url = https://github.com/bitc/vim-bad-whitespace

@ -0,0 +1 @@
Subproject commit 51aca6d383fe277627794e1b84f7d2a93cbd4c18

View File

@ -1,4 +1,2 @@
set background=dark
colorscheme gruvbox
set guifont=SauceCodePro+Powerline+Awesome\ Regular\ Nerd\ Font
set guioptions-=rL

View File

@ -1,4 +1,4 @@
version 7.3.754
version 7.4
syntax on
set encoding=utf-8
@ -6,7 +6,6 @@ set background=dark
colorscheme gruvbox
hi BadWhitespace ctermbg=red guibg=red
set t_Co=256
set gdefault
set nobackup
set nodigraph