Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AstroNvim/user_example
An example user configuration with a split up structure
https://github.com/AstroNvim/user_example
astronvim astrovim lua neovim template
Last synced: 14 days ago
JSON representation
An example user configuration with a split up structure
- Host: GitHub
- URL: https://github.com/AstroNvim/user_example
- Owner: AstroNvim
- Archived: true
- Created: 2023-01-14T19:00:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T13:10:34.000Z (7 months ago)
- Last Synced: 2024-08-01T16:48:28.469Z (3 months ago)
- Topics: astronvim, astrovim, lua, neovim, template
- Language: Lua
- Size: 37.1 KB
- Stars: 228
- Watchers: 10
- Forks: 797
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS REPOSITORY IS ARCHIVED, OUTDATED, AND NO LONGER VALID
## Please refer to the [AstroNvim Documentation](https://docs.astronvim.com/) for the latest instructions
---
# AstroNvim User Configuration Example
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
```#### 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
```shell
git clone https://github.com// ~/.config/nvim/lua/user
```#### Start Neovim
```shell
nvim
```