1
0
Fork 0

Changed: vimrc to ~/.config/vim

Browse Source
This commit is contained in:
rhjr 2025-05-09 11:13:27 +02:00
parent 2eff456ae6
commit 16cb09c39c

View File

@ -3,6 +3,9 @@ syntax on
set encoding=utf8
set nobackup nowb noswapfile
set viminfo=
set runtimepath^=$HOME/.config/vim
set relativenumber
set autoindent expandtab smarttab tabstop=2 shiftwidth=2
set so=7 " keep up to 7 lines visible during scrolling.