| 12345678910111213 |
- return {
- {
- "aquach/vim-mediawiki-editor",
- dependencies = { "vim-scripts/mediawiki.vim" }, -- Optional: for syntax highlighting
- config = function()
- -- Optional: Configuration settings
- -- Example:
- vim.g.mediawiki_editor_url = "https://wiki.t0m4.fr/index.php"
- vim.g.mediawiki_editor_path = "/"
- vim.g.mediawiki_editor_username = "Thomas" -- Consider setting this in your .vimrc
- end,
- },
- }
|