Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnowad/astronvim-config
https://github.com/tnowad/astronvim-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tnowad/astronvim-config
- Owner: tnowad
- Created: 2023-11-05T18:42:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-16T19:21:26.000Z (about 1 year ago)
- Last Synced: 2024-04-13T22:45:41.611Z (9 months ago)
- Language: Lua
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
````markdown
# My AstroNvim ConfigurationWelcome to my AstroNvim configuration repository. This repository contains the
user configuration for AstroNvim, a customized Neovim setup tailored to my
preferences.## Installation
Before you start, make sure you have Neovim installed on your system. If you
have an existing Neovim configuration, consider backing it up.1. **Backup Your Existing Neovim Configuration:** If you have an existing Neovim
configuration, make a backup of your current `nvim` and `shared` folders.```bash
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```
````2. **Clone AstroNvim:** Clone the AstroNvim repository to your `~/.config/nvim`
directory.```bash
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
```3. **Clone this Repository:** Clone your custom configuration repository to the
`lua/user` folder within the AstroNvim configuration.```bash
git clone https://github.com/tnowad/astronvim-config ~/.config/nvim/lua/user
```4. **Start Neovim:** You can now start Neovim.
```bash
nvim
```