nvim: init.vim: Remove netrw settings

vinegar seems to behave weirdly if these settings are in place. For
example, each invocation of '-' results in a new netrw window and it
persists unless explicitly closed.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-12-31 12:13:40 +05:30
parent a42cc7bba7
commit d113ff9d6b
1 changed files with 0 additions and 6 deletions

View File

@ -659,12 +659,6 @@ let g:jedi#show_call_signatures_modes = 'i'
let g:jedi#enable_speed_debugging = 0
let g:jedi#completions_enabled = 0
let g:netrw_banner = 0
let g:netrw_liststyle = 3
let g:netrw_browse_split = 4
let g:netrw_altv = 1
let g:netrw_winsize = 10
" For SLIMV
let g:lisp_rainbow=1
" For Purescript