diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-01 09:25:10 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-01 09:25:10 +0200 |
| commit | 5bf1cc1aa24dbc6c3ff793ffc5877861f1ea2824 (patch) | |
| tree | a63d3348492567514874793629b571afed3f844e /.vimrc | |
| parent | c29e770833ef044d9052d4feff80ed05763c5e7d (diff) | |
| download | dotfiles-5bf1cc1aa24dbc6c3ff793ffc5877861f1ea2824.tar.gz | |
Update
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -7,10 +7,10 @@ call plug#begin() | |||
| 7 | Plug 'airblade/vim-gitgutter' | 7 | Plug 'airblade/vim-gitgutter' |
| 8 | call plug#end() | 8 | call plug#end() |
| 9 | 9 | ||
| 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** | 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 |
| 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes | 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes |
| 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 13 | set hlsearch incsearch | 13 | set hlsearch incsearch backspace=indent,eol,start path=** |
| 14 | colorscheme wildcharm | 14 | colorscheme wildcharm |
| 15 | 15 | ||
| 16 | nnoremap <C-Right> :bnext<cr> | 16 | nnoremap <C-Right> :bnext<cr> |
