Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-11-06 01:45:53 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-11-06 01:45:53 +0100
Commit 1c72b5309890ececc768b0536c9741af01d0dd63 (patch)
-rw-r--r-- .vimrc 2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
...
9
  
9
  
10
colorscheme sherbet
10
colorscheme sherbet
11
set number relativenumber autoindent signcolumn=yes cursorline
11
set number relativenumber autoindent signcolumn=yes cursorline
12
set hidden nowrap nobackup noswapfile 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
15
set shiftwidth=4 tabstop=4
15
set shiftwidth=4 tabstop=4
...