commit 0379a3ea64025988ba2d87dfab9eecbd0b1a10dc parent f28fd80945048af9bef1db1e83e3104d5bcb49e4 Author: GeaRSiX <gearsix@tuta.io> Date: Tue, 1 Jun 2021 11:49:22 +0100 fixed index; added ,! = Vexplore; added netrw options Diffstat:
M | src/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 +