mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add another mediawiki plugin
This commit is contained in:
parent
858e574113
commit
5ed44826e1
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
let g:vim_mediawiki_site = 'wiki.c2dl.info'
|
||||
let s:WIKI_URL = 'wiki.c2dl.info'
|
||||
|
||||
let g:mediawiki_editor_url = s:WIKI_URL
|
||||
let g:mediawiki_editor_path = "/w/"
|
||||
let g:mediawiki_editor_username = "lexisother"
|
||||
|
||||
let g:vim_mediawiki_site = s:WIKI_URL
|
||||
if has('macunix')
|
||||
let g:vim_mediawiki_browser_command = 'open \r'
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue