Update VIM
This commit is contained in:
27
scripts/vimrc-config
Normal file
27
scripts/vimrc-config
Normal file
@ -0,0 +1,27 @@
|
||||
" General
|
||||
set number
|
||||
set linebreak
|
||||
set showbreak=+++
|
||||
set textwidth=80
|
||||
set showmatch
|
||||
set visualbell
|
||||
set hlsearch
|
||||
set smartcase
|
||||
set ignorecase
|
||||
set incsearch
|
||||
set autoindent
|
||||
set shiftwidth=2
|
||||
set smartindent
|
||||
set smarttab
|
||||
set softtabstop=2
|
||||
set et
|
||||
%retab!
|
||||
|
||||
set ruler
|
||||
set undolevels=1000
|
||||
set backspace=indent,eol,start
|
||||
|
||||
" Colors
|
||||
syntax enable
|
||||
set background=dark
|
||||
colorscheme delek
|
Reference in New Issue
Block a user