1
0
Fork 0
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:
Daiderd Jordan 2016-12-18 14:32:40 +01:00
parent 332500042b
commit 08aa4bec9c
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -95,16 +95,19 @@ in {
set bs=indent,start
set hlsearch
set incsearch
nnoremap // :nohlsearch<CR>
set nowrap
set number
set list
set listchars=tab:»·,trail:·,extends:,precedes:
set fillchars+=vert:\ ,stl:\ ,stlnc:\
set number
set lazyredraw
set nowrap
set showcmd
set showmatch
'';
};