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
|
@ -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')
|
||||
|
|
|
@ -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…
Reference in a new issue