An example user configuration with a split up structure
Go to file
Micah Halter 056945c13b
feat(plugins): add example of using astrocommunity repo
2023-02-28 11:09:58 -05:00
.github docs: add README with basic instructions 2023-01-14 14:24:08 -05:00
heirline fix(heirline): fix `astronvim.get_hlgroup` usage 2023-01-30 20:20:36 -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(plugins): add example of using astrocommunity repo 2023-02-28 11:09:58 -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