Skip to content

Commit

Permalink
Bump minor version number, update changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Dec 6, 2023
1 parent 16ccc0d commit 9271d8e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,31 @@

### ⚡️ Added

### 🐞 Fixed

## v3.1.3r2

### ⚡️ Added

- Use `fzf` and `lsd` to provide a preview in `nvims` shell function
- Install latest `lsd` release, check architecture for deb release downloads
- Add note about Kasm registry and Neovim Kasm workspace
- Add `wing` to `treesitter` installed parsers
- Add note about rate limiting, add `GITHUB_TOKEN` as env var for Github API requests
- Use Github API token for Github API requests if one exists
- Add notice to be patient when installing Neovim dependencies
- Add `noinstall` argument to `lazyman` and `-s` to `install_neovim.sh` to specify no native installation package installs
- Add support for `nvim-treesitter-context`
- Add support for `SeniorMars` personal config
- Disable LSP timeout by default, not yet ready for primetime
- Add support for LSP timeout plugin

### 🐞 Fixed

- Add patch for `SeniorMars` config
- Check for nil rhs in lsp keymaps
- Add newline if brief usage exits
- Fix install neovide script with new download filenames
- Disable LSP timeout by default
- Pin `indent-blankline` to version 2.20.8

Expand Down
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This major new release of `lazyman` supports over 100 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.
Version 3.1 adds support for 3 namespaces in the `Lazyman` Neovim configuration - `ecovim` (the default), `free` (the original), and `onno`. All namespaces can be managed via menus (`lazyman -F`).

All that is needed to bootstrap `Lazyman` is the [lazyman.sh](https://github.com/doctorfree/nvim-lazyman/releases/download/v3.1.3r1/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/v3.1.3r2/lazyman.sh) script. Download and execute to get started:

```bash
git clone https://github.com/doctorfree/nvim-lazyman $HOME/.config/nvim-Lazyman
Expand Down Expand Up @@ -100,7 +100,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/v3.1.3r1/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/v3.1.3r2/lazyman.sh).

The recommended bootstrap procedure is with `git`:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=3.1.3
RELEASE=1
RELEASE=2
PACKAGE=1

0 comments on commit 9271d8e

Please sign in to comment.