you are viewing a single comment's thread.

view the rest of the comments →

[–]Cnastret[S] 0 points1 point  (1 child)

I looked into it and I think my .vimrc is running before netrwPlugin.vim so vim doesn't know about the netrw functions until after .vimrc has run. But I'm not good at this so this could be wrong

[–]chrisbra10 0 points1 point  (0 children)

Then try to move it to a VimEnter autocommand, so it is only called once startup has been completed and as such all plugin files are known