1
0
Fork 0

Added: .vimrc

Browse Source
This commit is contained in:
René Huiberts 2025-04-02 15:52:06 +02:00
commit 4605bee4bb

19
.vimrc Normal file
View File

@ -0,0 +1,19 @@
syntax on
set encoding=utf8
set nobackup nowb noswapfile
set relativenumber
set autoindent expandtab smarttab tabstop=2 shiftwidth=2
set so=7 " keep up to 7 lines visible during scrolling.
set incsearch hlsearch ignorecase
set noerrorbells novisualbell
"= netrw
let g:netrw_keepdir = 0
let g:netrw_winsize = 20
let g:netrw_banner = 0
let g:netrw_localcopydircmd = "cp -r"