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
- Host: GitHub
- URL: https://github.com/d-strobel/nvim
- Owner: d-strobel
- Created: 2023-12-11T18:06:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T00:03:06.000Z (over 2 years ago)
- Last Synced: 2024-04-06T01:24:56.445Z (over 2 years ago)
- Language: Lua
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)