dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 32bf5de46749a1e8be52ff36d6466a1fc4e4d652
parent 5e7fd60be29164954ab8ed51194e139fe361b652
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu,  4 Dec 2014 21:48:50 -0800

Vim: Show numbers in netrw

Diffstat:
vimrc | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -56,8 +56,10 @@ augroup pencil autocmd FileType text call pencil#init({'wrap': 'hard'}) augroup END -" chnage netrw style to a tree +" change netrw style to a tree let g:netrw_liststyle = 3 +" man netrw show numbers +let g:netrw_bufsettings = 'noma nomod nu nobl nowrap ro' " change color of rainbow let g:rbpt_max = 15