Skip to content

Commit

Permalink
add local vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
huangguozhen committed Aug 24, 2016
1 parent 7f2c16c commit f111689
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
set runtimepath=$HOME/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$HOME/.vim/after
endif
" }

" Arrow Key Fix {
" https://github.com/spf13/spf13-vim/issues/780
if &term[:4] == "xterm" || &term[:5] == 'screen' || &term[:3] == 'rxvt'
Expand Down
1 change: 0 additions & 1 deletion .vimrc.before
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
" Mappings for editing/applying spf13 config
" let g:spf13_edit_config_mapping='<leader>ev'
" let g:spf13_apply_config_mapping='<leader>sv'

" }

" Use fork before if available {
Expand Down
2 changes: 1 addition & 1 deletion .vimrc.before.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let g:spf13_bundle_groups=['general', 'writing', 'programming', 'misc', 'youcompleteme', 'javascript', 'html', 'python']
let g:spf13_bundle_groups=['general', 'writing', 'programming', 'misc', 'youcompleteme', 'javascript', 'html', 'python', 'ruby']

let g:airline_theme = 'molokai'
let g:airline_powerline_fonts=1
Expand Down

0 comments on commit f111689

Please sign in to comment.