AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
Notice: AstroNvim v1.4.0 has added stable
and nightly
update channels. For the time being we have kept the default update channel to nightly
so that the behavior of AstroNvim doesn't change (this could be considered a breaking change to some). We are planning to make the stable
channel the default update channel when Neovim v0.8 is released and we tag AstroNvim v2.0.0 to incorporate this "breaking" change.
:help clipboard-tool
for supported solutions)<leader>fw
)<leader>tl
or <leader>gg
)<leader>tu
)<leader>tt
)<leader>tp
)<leader>tn
)Note when using default theme: For MacOS, the default terminal does not have true color support. You wil need to use iTerm2 or another terminal emulator that has true color support.
Note if you are still on Neovim v0.6: You can still install the previous version of AstroNvim that supported. After cloning the repository run
git checkout nvim-0.6
to check out this version. This will no longer be receiving updates.
mv ~/.config/nvim ~/.config/nvimbackup
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
nvim +PackerSync
Enter :LspInstall
followed by the name of the server you want to install
Example: :LspInstall pyright
Enter :TSInstall
followed by the name of the language you want to install
Example: :TSInstall python
Run :PackerClean
to remove any disabled or unused plugins
Run :PackerSync
to update and clean plugins
Run :AstroUpdate
to get the latest updates from the repository
Watch a review video to know about the out of the box experience
Sincere appreciation to the following repositories, plugin authors and the entire neovim community out there that made the development of AstroNvim possible.