Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@NicoElbers NicoElbers released this 10 Sep 00:48
· 21 commits to main since this release

What's new

The lua parser is now smarter! Previously, you had to wrap all plugin dependencies in {}, but now nv is smart enough to do that for you! I know this was a roadblock to some people, and now it's completely gone (for as far as I've been able to test). If you find any bugs, please do make an issue and I will get to you as soon as possible :). This change should be fully backwards compatible, so if you already have nv working, you don't have to worry when updating.

@nvimtor fixed a bug where tail would not work properly on macos because it was missing the -n flag. This was fine on my linux machine for some reason... Anywho, it's fixed :)

There are now much better error messages if you mess something up while setting up nv. I've done my best to give you solution to what I think your problem is, but if you encounter any cryptic error messages feel free to make an issue about it :).

PRs

New Contributors

Full Changelog: v1.2.0...v1.3.0