https://github.com/jukmr/astronvim-configuration
Personal astronvim configuration repo
https://github.com/jukmr/astronvim-configuration
astronvim astronvim-config config
Last synced: 5 months ago
JSON representation
Personal astronvim configuration repo
- Host: GitHub
- URL: https://github.com/jukmr/astronvim-configuration
- Owner: JukMR
- Created: 2024-07-13T22:20:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T20:59:48.000Z (6 months ago)
- Last Synced: 2026-01-15T00:56:21.326Z (5 months ago)
- Topics: astronvim, astronvim-config, config
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AstroNvim Template
**NOTE:** This is for AstroNvim v4+
A template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim)
## 🛠️ Installation
#### Make a backup of your current nvim and shared folder
```shell
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
```
#### Clone the repository
```shell
git clone git@github.com:JukMR/astrovim_configuration.git ~/.config/nvim
```
#### Start Neovim
```shell
nvim
```