Nvim Versions Save

🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

0.6.0

2 years ago

Too many updates to list

The big thing to note is that 0.6.x will be the last minor version before 1.0. Most packages are pinned to stable commits, we will be working on stability for the next week and hopefully have 1.0.0 out soon.

0.5.1

2 years ago
  • Proper terraform support
  • Fix Vue support
  • Refactor lsp code

0.5.0

2 years ago
  • lvim is now a separate executable
  • there is a new contract for lv-config.lua
  • lunarvim.org will be the source of truth for documentation
  • lunarvim's config is now in ~/.local/share/lunarvim <-- don't edit this
  • there is a new config folder for the user in ~/.config/lvim <-- do edit this as much as you want
  • this will have your lv-config.lua as well as your own lua directory along with all of the other "special" directories you would expect
  • language specific plugins are removed and left to the user to implement
  • there will be support or planned support for every language here
  • formatters and linters are now handled by null-ls
  • LSP specific settings will be done in a json with autocomplete as seen here: lsp-settings
  • Support for binaries installed in node_modules like prettier, eslint, eslint_d, prettier_d etc..
  • since lvim and nvim are separated you can still have your own neovim config and it will not interfere with lunarvim
  • It goes without saying neovim is still required for lunarvim to work
  • There were lots of other bug fixes and plugins removed

If your language is broken or doesn't seem to work correctly please put in an issue and we will work to resolve it, this will be one of the last violent upgrades until the plugin freeze and 1.0 is rolled out.

0.4.8

2 years ago

New (auto)formatting strategy introduced (local prettier works) 🥳 removed non "core" plugins better java support full python debugging support fix nvimtree bug that borks UI Generic UI improvements update install script (overwrite option introduced BE CAREFUL) improve colorscheme support transparency Refactor (Thank you Hatsu)

0.4.7

2 years ago
  • Basic java support
  • bug fixes
  • improved spelling hints
  • more configurable options

0.4.6

2 years ago
  • Updated installer
  • terraform files are treated as .hcl
  • more plugins are lazy loaded (10 start by default)
  • fixed a bug with lang server starting everytime a filetype was opened (thank you @hulufei )
  • Various other tweaks and bug fixes

0.4.5

2 years ago
  • Better installer

0.4.4

2 years ago
  • Fixed relative path nvimtree bug

0.4.3

2 years ago
  • You can now toggle autoformat on the fly

Test this out by opening up lv-confing.lua with <leader>. and change autoformat from true to false

  • Also small dashboard fix

0.4.2

2 years ago
  • Fixed Issue with enter not working with compe for snippets
  • wrapping all requires with pcall (should improve install)
  • custom whichkey commands in lv-config now available
  • lv-config autocompiles after saving (this will allow you to toggle plugins on and off easily)