Neovim: Difference between revisions
Add `tvar` tag and `Special:MyLanguage/` prefix on link |
m bump latestRelease in the infobox, fix formatting in vim.cmd function |
||
| Line 6: | Line 6: | ||
|developer=Neovim Core Team & Community | |developer=Neovim Core Team & Community | ||
|firstRelease=November 1, 2015 | |firstRelease=November 1, 2015 | ||
|latestRelease=Nvim 0. | |latestRelease=Nvim 0.12.2 (April 22, 2026) | ||
|status=Active | |status=Active | ||
|license=[https://www.apache.org/licenses/LICENSE-2.0 Apache 2.0] (with parts under Vim license) | |license=[https://www.apache.org/licenses/LICENSE-2.0 Apache 2.0] (with parts under Vim license) | ||
| Line 255: | Line 255: | ||
}, | }, | ||
}) | }) | ||
vim.cmd( | vim.cmd("packloadall") -- load plugins outside of lazy | ||
}} | }} | ||