No description
Find a file
RingOfStorms (Joshua Bell) d8c8d67865 updating my config
2023-03-22 21:36:06 -05:00
.github Update README.md 2023-03-21 13:06:09 -05:00
highlights updating my config 2023-03-21 14:16:19 -05:00
plugins updating my config 2023-03-22 21:36:06 -05:00
.stylua.toml initial commit 2023-03-21 13:03:54 -05:00
init.lua updating my config 2023-03-21 14:16:19 -05:00
mappings.lua updating my config 2023-03-22 21:36:06 -05:00
options.lua updating my config 2023-03-21 14:16:19 -05:00

AstroNvim User Configuration 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

Create a new user repository from this template

Press the "Use this template" button above to create a new repository to store your user configuration.

You can also just clone this repository directly if you do not want to track your user configuration in GitHub.

Clone the repository

git clone git@github.com:RingOfStorms/astronvim_config.git ~/.config/nvim/lua/user

Start Neovim

nvim