https://github.com/tazinsky/nvchad-config
My custom NVChad configuration for development
https://github.com/tazinsky/nvchad-config
go golang k8s kubernetes nvchad nvchad-config nvchad-custom-config nvim python
Last synced: 4 months ago
JSON representation
My custom NVChad configuration for development
- Host: GitHub
- URL: https://github.com/tazinsky/nvchad-config
- Owner: tazinsky
- License: unlicense
- Created: 2025-08-22T11:01:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T16:01:02.000Z (4 months ago)
- Last Synced: 2025-09-14T18:17:16.888Z (4 months ago)
- Topics: go, golang, k8s, kubernetes, nvchad, nvchad-config, nvchad-custom-config, nvim, python
- Language: Lua
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pre-requisites
- Neovim 0.11
- Nerd Font as your terminal font. *Mono fonts would work but icons will slightly look smaller*
- Ripgrep is required for grep searching with Telescope (OPTIONAL)
- GCC
- Make
- Delete old neovim folders
# Features
- Go Programming Language support
- Dockerfile support
- Kubernetes manifests support
- Kustomization files support
- GitHub Actions and Workdlows support
- GitLab CI support
# Install
Linux/MacOS
```bash
git clone https://github.com/tazinsky/nvchad-config.git ~/.config/nvim && nvim
```
- Run `:MasonInstallAll ` command after lazy.nvim finishes downloading plugins
- Delete the `.git ` folder from nvim folder
- Learn customization of ui & base46 from `:h nvui`
# Uninstall
Linux/MacOS
```bash
rm -rf ~/.config/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
```
**This repo is supposed to be 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
1) Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!