Skip to content

v1.0.0

Compare
Choose a tag to compare
@Jint-lzxy Jint-lzxy released this 31 Jan 08:27
· 662 commits to main since this release
46ac684

This is our first stable release πŸŽ‰ This version supports nvim v0.8.* (New features from nvim v0.9 are not yet supported.)

Changes brought till this release would require a manual cleanup. Refer to the 'SUMMARY' section for detailed instructions.

SUMMARY

  1. The package manager is now lazy.nvim. To remove old packer.nvim cache, delete the following folder manually (This path is the same on all platforms):
rm -rf ~/.local/share/nvim/site/pack
  1. There's a new interactive bootstrapper for Windows! Windows users can invoke this script to automatically install missing dependencies and set required options. Even if you have installed nvimdots before, we still recommend you to execute this install script to ensure that everything works properly.
    Note: This script REQUIRES powershell > v7.1
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.ps1'))
  1. We now support editing big files. This feature has been tested with ~25 MiB json file and ~183 MiB plain text file.
  2. README has been rewritten!
  3. Minor fixes. Have a look at the "What's Changed" section for more information.

What's Changed

New Contributors

Full Changelog: v1.0.0-rc1...v1.0.0