Improved search in 'vimrc'
This commit is contained in:
parent
2139d3df72
commit
8bbc289559
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -5,6 +5,7 @@ set background=dark
|
|||
colorscheme Tomorrow-Night-Eighties
|
||||
set nu
|
||||
set laststatus=2
|
||||
set hlsearch ignorecase
|
||||
"Auto indent
|
||||
filetype indent on
|
||||
set autoindent
|
||||
|
@ -12,7 +13,6 @@ set autoindent
|
|||
set tabstop=2 shiftwidth=0 expandtab
|
||||
set pastetoggle=<F2>
|
||||
let mapleader = ","
|
||||
set hlsearch
|
||||
"Line wrapping
|
||||
set wrap
|
||||
set linebreak
|
||||
|
|
Loading…
Reference in a new issue