Tuesday, October 27, 2015

Where do I add configuration lines to ~/.vimrc

Hi,

I have installed the vim-mediawiki-editor plugin and added:

<pre>
g:mediawiki_editor_url 'en.wikipedia.org'
g:mediawiki_editor_path '/w/'
</pre>

to the end of ~/.vimrc. I also tried adding this line right after:

<pre>
Plugin 'aquach/vim-mediawiki-editor'
</pre>

and before:

<pre>
call vundle

No comments: