dotfiles

My dotfiles
git clone git://src.gearsix.net/dotfiles
Log | Files | Refs | Atom

commit b4d0e9696b3677b240975ab6eea3747526283cbf
parent d810855b1d27c9231d37d9ac26b13c22b22e38d6
Author: gearsix <gearsix@tuta.io>
Date:   Sun, 20 Jun 2021 21:21:26 +0100

Merge branch 'master' of https://notabug.org/gearsix/dotfiles

Diffstat:
Msrc/nvimrc | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/src/nvimrc b/src/nvimrc @@ -8,7 +8,9 @@ " 4. UI " 5. SEARCH " 6. FOLDING -" 7. SHORTCUTS +" 7. TEXT WRAPPING +" 8. SHORTCUTS +" 9. netrw "======================== "0. VIM-PLUG @@ -72,3 +74,14 @@ "vertical res cnoreabbrev vres vertical res + ",! = Vexplore + nnoremap <leader>! :Vex<CR> + + +"9. netrw + let g:netrw_liststyle = 3 "tree view + let g:netrw_banner = 0 "remove banner + let g:netrw_browse_split = 4 "open files in prev. window + let g:netrw_altv = 1 "change splitting from left -> right + let g:netrw_winsize = 25 "width = 25% of page +