Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
luthes committed Feb 15, 2018
1 parent da0edd5 commit f596e46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Plugin 'scrooloose/syntastic'
Plugin 'pearofducks/ansible-vim'
Plugin 'xolox/vim-misc'
Plugin 'xolox/vim-notes'
Plugin 'AlessandroYorba/Alduin'

call vundle#end() " required
filetype plugin indent on " required
Expand All @@ -47,8 +48,9 @@ set colorcolumn=80
if $TERM == "xterm-256color"
set t_Co=256
endif
" colorscheme desert
set ruler
set number
highlight LineNr ctermfg=46
set scrolloff=15
let g:alduin_Shout_Become_Ethereal = 1
colorscheme alduin

0 comments on commit f596e46

Please sign in to comment.