aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-20 05:22:28 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-20 05:22:28 +0200
commit38fa5ec91d3ba275e7dfedd8d5d0e68dcfb1a553 (patch)
treecd0b164eaec08121ae1b0ce1484ffad7c424bb27 /vimrc
parentf0bc38802a7dd6fd1c39a900983e2edf893badee (diff)
downloaddotfiles-38fa5ec91d3ba275e7dfedd8d5d0e68dcfb1a553.tar.gz
Update vimrc
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 081b32c..3b6201c 100644
--- a/vimrc
+++ b/vimrc
@@ -2,7 +2,7 @@ set nocompatible
2set number relativenumber autoindent 2set number relativenumber autoindent
3set ignorecase smartcase incsearch 3set ignorecase smartcase incsearch
4set hidden nowrap nobackup noswapfile autoread 4set hidden nowrap nobackup noswapfile autoread
5set wildmenu wildmode=longest,list,full laststatus=2 5set wildmenu wildmode=list:longest,full laststatus=2
6set encoding=utf8 spelllang=en_us 6set encoding=utf8 spelllang=en_us
7set backspace=2 scrolloff=4 7set backspace=2 scrolloff=4
8set shiftwidth=4 tabstop=4 8set shiftwidth=4 tabstop=4