solaar config, vimrc

This commit is contained in:
2022-02-17 23:32:13 +01:00
parent dbbb0ae713
commit 19b43bbb91
2 changed files with 50 additions and 0 deletions

35
.vimrc Normal file
View File

@@ -0,0 +1,35 @@
set autoindent
set expandtab
set shiftwidth=4
set smarttab
set tabstop=4
set encoding=utf8
set display+=lastline
set linebreak
set scrolloff=1
set sidescrolloff=5
syntax enable
set wrap
set laststatus=2
set ruler
set wildmenu
"set colorscheme wombat256mod
set cursorline
set relativenumber
set mouse=a
set title
set autoread
set backspace=indent,eol,start
set dir=~/.cache/vim
set confirm
set history=1000
set noswapfile
set nrformats-=octal
"set shell