[nvim] Add another mediawiki plugin

This commit is contained in:
Alyxia Sother 2023-05-29 18:58:06 +02:00
parent 858e574113
commit 5ed44826e1
No known key found for this signature in database
GPG Key ID: 0B2497099595CAA5
2 changed files with 8 additions and 1 deletions

View File

@ -40,6 +40,7 @@ let s:plug = funcref('dotfiles#plugman#register')
call s:plug('guns/vim-sexp')
call s:plug('vim-scripts/newlisp')
call s:plug('m-pilia/vim-mediawiki')
call s:plug('aquach/vim-mediawiki-editor')
call s:plug('noahfrederick/vim-laravel') " dependencies {{{
call s:plug('noahfrederick/vim-composer')
call s:plug('tpope/vim-projectionist')

View File

@ -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