diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af596ab..961cd0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ### ⚡️ Added +### 🐞 Fixed + +## v2.1.9r1 + +### ⚡️ Added + +- Add `treesitter` support for `tsx` filetype +- Add `neotest-jest` to `neotest` configuration +- Add support for `neotest` - Add `OnMyWay` patch - Add `check_nvims.sh` script - Add `Kristijan` config to `Personals` @@ -13,6 +22,8 @@ ### 🐞 Fixed +- Remove rainbow treesitter plugin +- Revise `mini.comment` configuration - No `lazy sync` needed for `ONNO`, just `TSUpdate` - Update usage message in `README` - Fixes to `check_nvims.sh` diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8e7dfbae..52fbef9e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,7 +2,7 @@ This major new release of `lazyman` supports over 80 Neovim configurations. The `nvim-Lazyman` Neovim configuration options and enabled plugins can be managed through the `lazyman` command menus. The Lazyman initialization defaults to using the native package manager rather than Homebrew to install Neovim dependencies and tools. Native package managers are supported on Debian based platforms (e.g. Ubuntu), RPM based platforms (e.g. Fedora), Arch Linux, Alpine Linux, SUSE Linux, and Void Linux. To use Homebrew rather than the native package manager, use `lazyman -h ...` when initializing the system. Homebrew is the default on macOS and used elsewhere if no supported native package manager is found. -All that is needed to bootstrap `Lazyman` is the [lazyman.sh](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.8r7/lazyman.sh) script. Download and execute to get started: +All that is needed to bootstrap `Lazyman` is the [lazyman.sh](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.9r1/lazyman.sh) script. Download and execute to get started: ```bash git clone https://github.com/doctorfree/nvim-lazyman $HOME/.config/nvim-Lazyman @@ -92,7 +92,7 @@ If, after initializing Lazyman with `lazyman -Z`, you wish to let Lazyman instal ### Bootstrap -To bootstrap the Lazyman Neovim configuration manager, the `lazyman.sh` script must be downloaded and executed. The download can be performed with `git`, `curl`, `wget`, copy/paste, or [download the release artifact](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.8r7/lazyman.sh). +To bootstrap the Lazyman Neovim configuration manager, the `lazyman.sh` script must be downloaded and executed. The download can be performed with `git`, `curl`, `wget`, copy/paste, or [download the release artifact](https://github.com/doctorfree/nvim-lazyman/releases/download/v2.1.9r1/lazyman.sh). The recommended bootstrap procedure is with `git`: diff --git a/VERSION b/VERSION index 7bf52e08..e0ef5f7b 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -VERSION=2.1.8 -RELEASE=7 +VERSION=2.1.9 +RELEASE=1 PACKAGE=1