diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -5,10 +5,9 @@ call plug#begin() | |||
| 5 | Plug 'mitjafelicijan/ungabunga' | 5 | Plug 'mitjafelicijan/ungabunga' |
| 6 | call plug#end() | 6 | call plug#end() |
| 7 | 7 | ||
| 8 | set nocompatible laststatus=2 | 8 | set nocompatible laststatus=2 encoding=utf8 spelllang=en_us |
| 9 | set number relativenumber autoindent signcolumn=yes cursorline ignorecase | 9 | set number relativenumber autoindent signcolumn=yes cursorline ignorecase |
| 10 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 10 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 11 | set encoding=utf8 spelllang=en_us | ||
| 12 | colorscheme ungabunga | 11 | colorscheme ungabunga |
| 13 | 12 | ||
| 14 | nnoremap <C-Right> :bnext<cr> | 13 | nnoremap <C-Right> :bnext<cr> |
