Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurci/astronvim
https://github.com/laurci/astronvim
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laurci/astronvim
- Owner: laurci
- Created: 2023-03-31T09:57:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T12:32:59.000Z (about 1 year ago)
- Last Synced: 2024-10-30T06:27:22.407Z (3 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# AstroNvim User Configuration
A user configuration template for [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
```#### Clone AstroNvim
```shell
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
```#### Clone the repository
```shell
git clone [email protected]:laurci/astronvim.git ~/.config/nvim/lua/user
```#### Start Neovim
```shell
nvim
```