Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilleaila/nvim
https://github.com/lilleaila/nvim
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilleaila/nvim
- Owner: LilleAila
- Created: 2023-09-11T17:15:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T16:10:16.000Z (9 months ago)
- Last Synced: 2024-03-30T17:25:57.279Z (9 months ago)
- Language: Lua
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Neovim Config
> [!WARNING]
> I have switched to nixvim. My new config is [here](https://github.com/LilleAila/nvim-nix)## Linux and MacOS:
#### Backup old config
```bash
mv ~/.config/nvim ~/.config/nvim-old
```
#### Clone this repo
```bash
git clone https://github.com/LilleAila/nvim2 ~/.config/nvim
nvim
```
#### Update config
```bash
cd ~/.config/nvim && git pull
```