https://github.com/colleagueriley/rileys-neovim-setup
My neovim setup based on nvchad
https://github.com/colleagueriley/rileys-neovim-setup
Last synced: 11 months ago
JSON representation
My neovim setup based on nvchad
- Host: GitHub
- URL: https://github.com/colleagueriley/rileys-neovim-setup
- Owner: ColleagueRiley
- License: unlicense
- Created: 2025-03-21T18:47:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-05T00:21:01.000Z (about 1 year ago)
- Last Synced: 2025-07-05T01:29:45.432Z (about 1 year ago)
- Language: Lua
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# riley's neovim setup
## features
* clangd LSP
* discord RPC
* transparent darkmode (with tokyonight)
* e to open file explorer to side
* vim options (4-spaced indents)
* toggle terminal with v
* lsp semantic based highlighting
* fuzzy finder
* relative line numbers
# NvChad/starter
**This repo is supposed to used as config by NvChad users!**
- The main nvchad repo (NvChad/NvChad) is used as a plugin by this repo.
- So you just import its modules , like `require "nvchad.options" , require "nvchad.mappings"`
- So you can delete the .git from this repo ( when you clone it locally ) or fork it :)
# Credits
2) Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!