An open API service indexing awesome lists of open source software.

https://github.com/d-strobel/nvim

Personal neovim configuration
https://github.com/d-strobel/nvim

Last synced: 6 months ago
JSON representation

Personal neovim configuration

Awesome Lists containing this project

README

          

# Neovim configuration files
This project contains my personal Neovim configuration files.

## Prerequisites
Some requirements to get this setup working:
* Installed neovim
* Installed ripgrep [https://github.com/BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)

## Usage
#### Config folder
* Switch to the directory `~/.config`
* Clone this repo
* Open neovim

#### Symlink folder
* Ensure the folder `~/.config/nvim` is removed
* Clone this repository to the desired destination
* Symlink this repository with `ln -s ~/.config/nvim`

## Inspirations
* [https://github.com/josean-dev/dev-environment-files](https://github.com/josean-dev/dev-environment-files)
* [https://github.com/ThePrimeagen/init.lua](https://github.com/ThePrimeagen/init.lua)
* [https://github.com/Sonicfury/dotfiles/](https://github.com/Sonicfury/dotfiles/)
* [https://github.com/omerxx/dotfiles](https://github.com/omerxx/dotfiles)