Skip to content

task(nvim): test neovim 0.11 with Practicalli Astro #62

@practicalli-johnny

Description

@practicalli-johnny

Install Neovim 0.11 and test it with the current Practicalli astro configuration.

If there are breaking changes then highlight that Practicalli asto should only be used by the latest stable Neovim 0.10 release.

Update: Neovim 0.11 not recommended for Practicalli astro at the moment. If Neovim 0.11 is needed for other reasons, switch to Practicalli nvim-astro5 and replace nvim-treesitter-sexp plugin with nvim-paredit plugin instead

Neovim release

Neovim 011 was released on 26th March 2025.

Breaking changes

There have been changes with LSP so this should be tested.

Related: AstroNvim 5 testing

Testing setup

Download the Linux Appimage and install in ~/.local/bin as nvim-0.11.appimage and create a symbolic link called nvim11

NOTE: the symbolic link will be changed to nvim once Neovim 0.11 is adopted

Define shell aliases to test Neovim 0.11 with Practicalli astro and Practicalli nvim-astro5 configurations

# Aliases shared across shells (zsh, bash)

# ------------------------------------------
# Neovim Aliases for multiple configurations
alias astro="NVIM_APPNAME=nvim-astro nvim"
alias astro5="NVIM_APPNAME=nvim-astro5 nvim11"
alias astro11="NVIM_APPNAME=nvim-astro nvim11"
alias astrotemplate="NVIM_APPNAME=nvim-astronvim-template nvim"
# ------------------------------------------

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions