AstroNvim template (v4+)
Go to file
Micah Halter 6774fc80cd
chore(update): v3 released to nightly
2023-03-01 08:47:51 -05:00
.github chore(update): v3 released to nightly 2023-03-01 08:47:51 -05:00
heirline fix: update breaking changes in v3 2023-02-28 11:19:15 -05:00
highlights feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
lsp fix: update breaking changes in v3 2023-02-28 11:19:15 -05:00
plugins fix: update breaking changes in v3 2023-02-28 11:19:15 -05:00
.stylua.toml feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
colorscheme.lua fix: update breaking changes in v3 2023-02-28 11:19:15 -05:00
diagnostics.lua feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
lazy.lua feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
mappings.lua feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
options.lua feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
polish.lua feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
updater.lua chore(update): v3 released to nightly 2023-03-01 08:47:51 -05:00

.github/README.md

AstroNvim Structured User Example

A user configuration template for AstroNvim

Note: This repository does require AstroNvim v3.0. Because of this, nightly is currently the default update channel until v3.0 is released to stable when it will be changed to using stable by default.

🛠️ Installation

Make a backup of your current nvim and shared folder

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

Clone AstroNvim

git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim

Clone the repository

git clone https://github.com/AstroNvim/split_user_example ~/.config/nvim/lua/user

Start Neovim

nvim