.vimrc hinzugefügt
This commit is contained in:
parent
2e885deb0d
commit
cebf896c3e
1 changed files with 21 additions and 0 deletions
21
.vimrc
Normal file
21
.vimrc
Normal file
|
@ -0,0 +1,21 @@
|
|||
set number
|
||||
set linebreak
|
||||
set showbreak=+++
|
||||
set textwidth=100
|
||||
set showmatch
|
||||
set virtualedit=onemore
|
||||
set visualbell
|
||||
set hlsearch
|
||||
set smartcase
|
||||
set gdefault
|
||||
set ignorecase
|
||||
set incsearch
|
||||
set autoindent
|
||||
set shiftwidth=4
|
||||
set smartindent
|
||||
set smarttab
|
||||
set softtabstop=4
|
||||
set ruler
|
||||
set undolevels=1000
|
||||
set backspace=indent,eol,start
|
||||
|
Loading…
Reference in a new issue