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

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

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!