Neovim: Difference between revisions

Ardenet (talk | contribs)
Add `tvar` tag and `Special:MyLanguage/` prefix on link
DHCP (talk | contribs)
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.11.2 (May 30, 2025)
   |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([[ packloadall]] ) -- load plugins outside of lazy
  vim.cmd("packloadall") -- load plugins outside of lazy
}}
}}