Search Criteria
Package Details: nvchad-git r35.e3572e1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nvchad-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nvchad-git |
| Description: | NvChad is a neovim config written in lua aiming to provide a base configuration with very beautiful UI and blazing fast startuptime. |
| Upstream URL: | https://github.com/NvChad/NvChad |
| Licenses: | GPL3 |
| Conflicts: | nvchad |
| Provides: | nvchad |
| Submitter: | hockeymikey |
| Maintainer: | hockeymikey |
| Last Packager: | hockeymikey |
| Votes: | 9 |
| Popularity: | 0.025273 |
| First Submitted: | 2022-10-11 16:21 (UTC) |
| Last Updated: | 2026-04-03 15:54 (UTC) |
Dependencies (5)
- neovim (nvim-with-restricted-modeAUR, neovim-bundled-gitAUR, neovim-laterAUR, neovim-gitAUR, neovim-nightlyAUR, neovim-zig-gitAUR, neovim-nightly-binAUR)
- ripgrep (ripgrep-gitAUR)
- tree-sitter-cli (tree-sitter-cli-gitAUR, tree-sitter-cli-github-binAUR)
- ttf-jetbrains-mono-nerd
- xclip (wl-clipboard-x11AUR, xclip-gitAUR)
Latest Comments
1 2 3 Next › Last »
Ludolacra commented on 2026-03-10 07:54 (UTC) (edited on 2026-03-10 07:55 (UTC) by Ludolacra)
@hockeymikey From https://nvchad.com/docs/quickstart/install
https://github.com/nvim-treesitter/nvim-treesitter also lists it as requirement.
According to them it's mandatory, however you only start to have issues when you try to install extra syntax highlights via
:TSInstall.hockeymikey commented on 2026-03-10 04:32 (UTC)
@Ludolacra I didn't have it installed. How do we know its needed? Is it optional or man?
Ludolacra commented on 2026-03-09 17:09 (UTC)
please add
tree-sitter-clito dependencieshockeymikey commented on 2025-06-08 04:26 (UTC)
Sorry everyone for the delay, school and life gets in the way, but I got a fix out. Works great on the two machines I tested on, but reach out if you find anything.
D3vil0p3r commented on 2025-04-28 21:42 (UTC)
When I run it the first time on fresh install, I get:
cortisolblue commented on 2025-01-30 16:16 (UTC)
Installed this a while back without issues but recent install on a new machine results in this error during initialization :
Re-sourcing your config is not supported with lazy.nvim
Failed to source
/usr/share/nvim/runtime/filetype.luavim/_editor.lua:0: Vim:No specs found for module "plugins"
stacktrace:
Also noticing theres nothing other than "lazy-lock.json" in the ~/.config/nvim directory but that could just be my ignorance as I'm relatively noob, could've sworn that folder had more files to work with. Tried multiple reinstalls of both neovim and nvchad as well, same issue.
hockeymikey commented on 2024-11-14 05:48 (UTC)
@D3vil0p3r Good call on the depends. Post install isn't really feasible because it's chrooted to the install dir, making it useless. I found another way using a plugin in the nvim root.
D3vil0p3r commented on 2024-11-08 21:19 (UTC) (edited on 2024-11-08 22:19 (UTC) by D3vil0p3r)
overwritecannot be used in some cases, e.g., a user wants to use it on the creation of a Linux ISO by, e.g., archiso.I'm giving a look on
/usr/share/nvim/archlinux.luaofneovimpackage:nvchad-gitpackage/usr/share/nvim/archlinux.luafile comes fromnvchad.vim.templatesource file:I think that the right solution should be moving the writing of
archlinux.luato a post install script. There is no need to create it because already provided byneovimpackage.Furthermore, according to the official docs https://nvchad.com/docs/quickstart/install , you need to add some runtime dependencies as Nerd Fonts (e.g., JetBrains NF) and
ripgrep.hockeymikey commented on 2024-11-08 19:08 (UTC)
@D3vil0p3r I haven't see this issue. Just --overwrite="*" probably?
1 2 3 Next › Last »