diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-11 03:02:22 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-11 03:02:22 +0100 |
| commit | 05761911c2b647f727e773016d494940cee28f72 (patch) | |
| tree | c34d6c9181631b569c2e6e6c4127a033de5ee700 /.vimrc | |
| parent | 260e5a3d6f664f1b4d1f1c1b050f5597f62da222 (diff) | |
| download | dotfiles-05761911c2b647f727e773016d494940cee28f72.tar.gz | |
Update
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> |
