mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
add sensible vim options
This commit is contained in:
parent
332500042b
commit
08aa4bec9c
1 changed files with 6 additions and 3 deletions
|
@ -95,16 +95,19 @@ in {
|
||||||
set bs=indent,start
|
set bs=indent,start
|
||||||
|
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
set incsearch
|
||||||
nnoremap // :nohlsearch<CR>
|
nnoremap // :nohlsearch<CR>
|
||||||
|
|
||||||
set nowrap
|
|
||||||
set number
|
|
||||||
|
|
||||||
set list
|
set list
|
||||||
set listchars=tab:»·,trail:·,extends:⟩,precedes:⟨
|
set listchars=tab:»·,trail:·,extends:⟩,precedes:⟨
|
||||||
set fillchars+=vert:\ ,stl:\ ,stlnc:\
|
set fillchars+=vert:\ ,stl:\ ,stlnc:\
|
||||||
|
|
||||||
|
set number
|
||||||
|
|
||||||
set lazyredraw
|
set lazyredraw
|
||||||
|
set nowrap
|
||||||
|
set showcmd
|
||||||
|
set showmatch
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue