AstroNvim template (v4+)
Go to file
Micah Halter 5a93e3dd9c
refactor: remove astronvim_theme options
2023-01-24 20:27:55 -05:00
.github docs: add README with basic instructions 2023-01-14 14:24:08 -05:00
heirline feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -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 feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -05:00
plugins feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -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 feat: initial push with a fully separated and organized user configuration for AstroNvim v3 2023-01-14 14:17:03 -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