https://github.com/farhad-shabani/nvchad-plus
Extends NvChad with additional plugins and configurations for an enhanced experience
https://github.com/farhad-shabani/nvchad-plus
lua neovim nvchad nvim
Last synced: about 1 year ago
JSON representation
Extends NvChad with additional plugins and configurations for an enhanced experience
- Host: GitHub
- URL: https://github.com/farhad-shabani/nvchad-plus
- Owner: Farhad-Shabani
- License: unlicense
- Created: 2025-02-12T03:13:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T22:49:19.000Z (about 1 year ago)
- Last Synced: 2025-04-24T01:48:15.992Z (about 1 year ago)
- Topics: lua, neovim, nvchad, nvim
- Language: Lua
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NvChad Plus
This repository extends [NvChad](https://github.com/NvChad/NvChad) with additional plugins and configurations for an enhanced Neovim experience.
## 📌 Prerequisites
- **System Requirements:** `curl`, `grep`, `Node.js` ≥ 18, `npm`, and `yarn`
- **Neovim** ≥ 0.10
- **Github CLI** ≥ 2.2.0
- **lazygit**: Check the [installation](https://github.com/jesseduffield/lazygit?tab=readme-ov-file#installation).
- **Yazi**: Check the [installation](https://yazi-rs.github.io/docs/installation).
## 🔌 Additional Plugins
- **Finder**: `telescope.nvim` extended with `live_grep_args`, `fzf`, `frequency`, `file_browser`
- **Navigation**: `harpoon`, `neominimap`, `yazi`
- **Completion**: `blink.cmp`, `nvim-autopairs`
- **Editing**: `nvim-treesitter-context`, `nvim-surround`, `nvim-rip-substitute`, `nvim-ts-autotag`
- **Debugging**: `nvim-dap`, `nvim-dap-ui`, `trouble.nvim`, `nvim-chainsaw`
- **Git**: `lazygit`, `octo.nvim`, `neogit`, `diffview.nvim`, `git-conflict.nvim`, `vim-fugitive`, `vim-rhubarb`
- **Rust**: `rustaceanvim`, `crates.nvim`
- **Markdown**: `markdown-preview`, `render-markdown`
- **Coding Assistant**: `Avante`
## 🌍 Language Support
- Rust, Cairo, Circom, Deno, TypeScript, JavaScript, JSX, TSX, Svelte, TailwindCSS, HTML
## 🎹 Keymaps
This configuration includes a set of custom key mappings for enhance workflow.
For the full list refer to the [`mappings.lua`](lua/mappings.lua) file.
## 🛠️ Customization
### lazygit - edit files in same process
Use an alias to start nvim with the `--listen` parameter:
```bashrc
# ~/.bashrc
alias vim='nvim --listen /tmp/nvim-server.pipe'
```
Modify lazygit to attempt connecting to existing nvim instance on edit:
```
# Linux: ~/.config/lazygit/config.yml
# MacOS: ~/Library/Application\ Support/lazygit/config.yml
os:
editCommand: 'nvim'
editCommandTemplate: '{{editor}} --server /tmp/nvim-server.pipe --remote-tab "{{filename}}"'
```
### Statusline - Full file path relative to home
The NvChad statusline now shows the full path of the current file relative to the home directory, making it easier to track your location as you browse multiple libraries.
### Themes
- **darcula**: A customized `darcula-dark` theme for Rust.
- **everforest_dm**: A medium dark Everforest variant.
- **vscode**: A dark, VSCode-inspired theme that fuses familiar aesthetics with vibrant accents and tailored syntax highlights.