diff options
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/.vimrc | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -38,6 +38,9 @@ Plugin 'airblade/vim-gitgutter'       " git diff in gutter  Plugin 'godlygeek/tabular'            " tabularize things  Plugin 'google/vim-searchindex'       " shows '[N/M]' when searching +" Color schemes +Plugin 'NLKNguyen/papercolor-theme' +  call vundle#end()  " End Vundle @@ -89,6 +92,9 @@ endif  map <LocalLeader>s :syn sync fromstart<CR> +autocmd BufEnter *     colorscheme solarized  | set bg=dark +autocmd BufEnter *.txt colorscheme PaperColor | set bg=light +  " Move through long lines as they were short multiple lines  map <down> gj  map <up> gk | 
