1
0
Fork 0
No description
Find a file
Dominic Reich ed7a4ba03d
adds key mappings
time/date mappings + CTRL+S
2023-08-13 14:19:36 +02:00
.github Initial commit 2023-06-20 12:54:51 +00:00
highlights Initial commit 2023-06-20 12:54:51 +00:00
plugins theme change to catppuccin 2023-08-13 14:18:49 +02:00
.stylua.toml Initial commit 2023-06-20 12:54:51 +00:00
init.lua theme change to catppuccin 2023-08-13 14:18:49 +02:00
mappings.lua adds key mappings 2023-08-13 14:19:36 +02:00
options.lua Initial commit 2023-06-20 12:54:51 +00: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