AstroNvim template (v4+)
Go to file
Micah Halter 877cec5c69
fix: update breaking changes in v3
2023-02-28 11:19:15 -05:00
.github docs: add README with basic instructions 2023-01-14 14:24:08 -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 feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00

.github/README.md

AstroNvim Structured User Example

A user configuration template for AstroNvim

🛠️ 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