Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obscurely/neovim
My neovim configuration (that is based on NVChad). Also includes installer script for ArchLinux
https://github.com/obscurely/neovim
Last synced: about 2 months ago
JSON representation
My neovim configuration (that is based on NVChad). Also includes installer script for ArchLinux
- Host: GitHub
- URL: https://github.com/obscurely/neovim
- Owner: Obscurely
- License: mit
- Created: 2022-04-03T14:06:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T17:33:34.000Z (8 months ago)
- Last Synced: 2024-05-11T18:38:41.416Z (8 months ago)
- Language: Lua
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim configuration
This is my neovim configuration that is based on [NVChad](https://github.com/NvChad/NvChad). This repo only includes the files in lua custom dir and requires installation of NVChad, by doing this you can update NVChad without the risk of loosing any configuration done.## !ARCH LINUX ONLY! Installation procces (using script)
1. First clone this repo
```shell
git clone https://github.com/Obscurely/neovim
```
2. CD into the clone dir
```shell
cd neovim
```
3. Run the installer script (without sudo)
```
./install_arch_linux.sh
```4. If no errors ocurred, for first run, start it with this command
```
nvim +'hi NormalFloat guibg=#1e222a' +PackerSync
```## Any time you want to start it
```
nvim
```