Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to disable netrw plugin, load nerdtree by default ? #4

Closed
dfang opened this issue Aug 8, 2013 · 1 comment
Closed

how to disable netrw plugin, load nerdtree by default ? #4

dfang opened this issue Aug 8, 2013 · 1 comment

Comments

@dfang
Copy link

dfang commented Aug 8, 2013

just download this distribution, i need to dig it deeper, how to disable netrw plugin, load nerdtree by default ?

thanks !

@bling
Copy link
Owner

bling commented Aug 8, 2013

netrw is loaded by default in vim. nerdtree is loaded lazily (when you first use the :NERDTreeToggle or :NERDTreeFind command which tells neobundle to load the plugin).

if you want to disable netrw entirely you can add the following into your vimrc shim.

let g:loaded_netrw       = 1
let g:loaded_netrwPlugin = 1

@bling bling closed this as completed Jan 2, 2014
masnes pushed a commit to masnes/dotvim that referenced this issue Apr 9, 2014
fix clobbering existing mappings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants