1
0
Fork
You've already forked nvim_config
0
No description
  • Lua 100%
Shaun Ostoic dc587139f9 Update
2023年04月22日 17:14:52 -04:00
.github Initial commit 2023年04月05日 18:46:31 -04:00
highlights Initial commit 2023年04月05日 18:46:31 -04:00
plugins Update 2023年04月22日 17:14:52 -04:00
.stylua.toml Initial commit 2023年04月05日 18:46:31 -04:00
init.lua Update 2023年04月22日 17:14:52 -04:00
mappings.lua Update 2023年04月22日 17:14:52 -04:00
options.lua Initial commit 2023年04月05日 18:46:31 -04: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 https://github.com/<your_user>/<your_repository> ~/.config/nvim/lua/user

Start Neovim

nvim