https://github.com/alexmllo/nvim-nvchad
Nvim config build on top of NvChad
https://github.com/alexmllo/nvim-nvchad
lua nvchad nvim
Last synced: 3 months ago
JSON representation
Nvim config build on top of NvChad
- Host: GitHub
- URL: https://github.com/alexmllo/nvim-nvchad
- Owner: alexmllo
- Created: 2024-08-15T16:28:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T13:57:21.000Z (9 months ago)
- Last Synced: 2025-01-16T14:47:39.788Z (5 months ago)
- Topics: lua, nvchad, nvim
- Language: Lua
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvim configuration with NvChad
My Nvim configuration build on top of NvChad.
Backup old nvim config.
```
mv ~/.config/nvim ~/.config/nvim-old
```
Or remove old nvim config.
```
rm -rf ~/.config/nvim
```
Remove local/state and local/share
```
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
```
Clone repo
```
git clone https://github.com/alexmllo/nvim-nvchad.git ~/.config/nvim && nvim
```
## LSP, linting & formatter
Languages configured:
- Python
- C/C++
- Go
- Terraform
- SQL (lsp)