Skip to content

Commit

Permalink
remove indentLine
Browse files Browse the repository at this point in the history
  • Loading branch information
tors committed Dec 2, 2013
1 parent 71e6b04 commit 04fff55
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = https://github.com/othree/html5.vim.git
[submodule "bundle/indentLine"]
path = bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = https://github.com/slim-template/vim-slim.git
1 change: 1 addition & 0 deletions bundle/vim-slim
Submodule vim-slim added at 68a77a
4 changes: 2 additions & 2 deletions gvimrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
color Tomorrow-Night-Eighties
set guifont=Source\ Code\ Pro:h12
color Tomorrow
set guifont=Consolas:h12
set linespace=2
set cursorline
set antialias
Expand Down
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ hi CursorLine term=bold cterm=bold guibg=Grey40

color Tomorrow-Night
au BufNewFile,BufRead *.ejs set filetype=html

" indentLine
let g:indentLine_char = ''

0 comments on commit 04fff55

Please sign in to comment.