https://github.com/alessandro-salerno/nvim-nvchad-conf
my personal (And probably very bad) Neovim config using NvChad.
https://github.com/alessandro-salerno/nvim-nvchad-conf
neovim nvchad nvim nvim-config nvim-configs nvim-configuration
Last synced: 4 months ago
JSON representation
my personal (And probably very bad) Neovim config using NvChad.
- Host: GitHub
- URL: https://github.com/alessandro-salerno/nvim-nvchad-conf
- Owner: Alessandro-Salerno
- License: gpl-3.0
- Created: 2023-09-19T15:41:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T23:45:55.000Z (over 1 year ago)
- Last Synced: 2025-06-16T10:01:16.041Z (12 months ago)
- Topics: neovim, nvchad, nvim, nvim-config, nvim-configs, nvim-configuration
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim-nvchad-conf
This repository contains my personal (And probably very bad) Neovim config using NvChad.
It currently only supports C/C++, Python, LaTeX, Zig and Golang.
This repository may be considered a fork of NvChad.
### Requirements
Full LaTeX support is only available through [TexLab](https://github.com/latex-lsp/texlab). `latexmk` is also required for LaTeX, while NodeJS 18.0 or newer is required for PyRight. You're also going to need compilers for all the langauges you use, such as C or Golang, otherwise some features may not work as intended.
## Insstallation
Make sure you install the external dependencies listed below under "Requirements" before installing
- In your Linux/macOS Commandline
```
> git clone https://github.com/Alessandro-Salerno/nvim-nvchad-conf ~/.config/nvim
> nvim
```
- In Neovim Commandline, after waiting for `Lazy` to initialize
```
:MasonInstallAll
:TSInstall c
:TSInstall cpp
:TSInstall python
:TSInstall go
:TSInstall zig
```
- If your're lucky, on a good day, this might even be it. On a bad day, or any other day for that matter, you'll have to dig on the internet for unknown errors just like me
### Credits
- https://www.youtube.com/watch?v=lsFoZIg-oDs
- https://github.com/LunarVim/LunarVim/issues/3723