add luke i3 2020

This commit is contained in:
eneller
2022-05-07 18:03:24 +02:00
parent 7bd4203146
commit ffc4ee25db
5 changed files with 366 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ set number " Show line numbers
set relativenumber "show relative line numbers except for the one im on
set visualbell " Blink cursor on error instead of beeping
set incsearch " search while typing
set wildmode=longest,list,full " enable autocomplete
set smartcase " ignore case if lowercase, match case if uppercase used
set wildmode=longest,list,full " enable autocomplete
set tabstop=4 softtabstop=4 " replace tabs with 4 spaces
"set expandtab
set smartindent