Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andre-carbajal/nvimconfig
My nvim config
https://github.com/andre-carbajal/nvimconfig
Last synced: about 1 month ago
JSON representation
My nvim config
- Host: GitHub
- URL: https://github.com/andre-carbajal/nvimconfig
- Owner: andre-carbajal
- License: gpl-3.0
- Created: 2021-11-02T22:40:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T01:30:58.000Z (11 months ago)
- Last Synced: 2024-02-11T02:30:33.355Z (11 months ago)
- Language: Vim Script
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nvim Config
## Prerequisites
- You must have nvim installed## How to install it?
1. Install [Vim-Plug](https://github.com/junegunn/vim-plug)
2. Run the 'script.sh' script.```bash
./script.sh
```Make sure the script has execution permissions. If not, you can add them with the following command:
```bash
chmod +x script.sh
```3. Open nvim and execute `:PlugInstall`
```bash
nvim
```Once inside nvim, run the following command:
```vim
:PlugInstall
```4. Restart your terminal to see the changes.
**And your Nvim should look like this**
![alt text](https://github.com/anviaan/nvim-config/blob/main/img/Screenshot.png?raw=true)## License
[GNU General Public License v3.0](LICENSE)