diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-01-24 12:24:00 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-01-24 12:24:00 +0100 |
| commit | 0476a64662e483937d633f7aa2a82bde3cd69b5b (patch) | |
| tree | c305e74d151aac2eb2472065143197b81b662a65 /.vimrc | |
| parent | 11327c3ee0f61bd2e0a1d8f164917f071903e9b1 (diff) | |
| download | dotfiles-0476a64662e483937d633f7aa2a82bde3cd69b5b.tar.gz | |
Update
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -8,7 +8,7 @@ call plug#begin() | |||
| 8 | call plug#end() | 8 | call plug#end() |
| 9 | 9 | ||
| 10 | colorscheme sherbet | 10 | colorscheme sherbet |
| 11 | set number relativenumber autoindent signcolumn=yes cursorline | 11 | set number relativenumber autoindent signcolumn=yes cursorline ignorecase |
| 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 13 | set encoding=utf8 spelllang=en_us | 13 | set encoding=utf8 spelllang=en_us |
| 14 | set backspace=2 scrolloff=4 | 14 | set backspace=2 scrolloff=4 |
