Package Details: nvchad-git r1595.9d37797-2

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: 6
Popularity: 0.072877
First Submitted: 2022-10-11 16:21 (UTC)
Last Updated: 2023-12-07 19:50 (UTC)

Latest Comments

AlbertoAru commented on 2024-02-09 18:35 (UTC)

I did what SargentD said and worked fine, but I wanted to understand the difference between having the original file with:

set runtimepath+=/usr/share/vim/vimfiles

and the current one with:

set runtimepath+=/usr/share/nvchad
luafile /usr/share/nvchad/init.lua

Should I add the former command line to the new one too?

SargentD commented on 2024-02-01 21:30 (UTC) (edited on 2024-02-01 21:31 (UTC) by SargentD)

A temporary workaround I came up with for the nvchad-git: /usr/share/nvim/archlinux.vim exists in filesystem (owned by neovim) error:

  • Install neovim normally.
  • Delete or rename /usr/share/nvim/archlinux.vim
  • Install this package.

Bureaucrat commented on 2024-01-20 22:54 (UTC)

Same error as xiota:

error: failed to commit transaction (conflicting files)
nvchad-git: /usr/share/nvim/archlinux.vim exists in filesystem (owned by neovim)
Errors occurred, no packages were upgraded.
 -> error installing: [/home/.../.cache/yay/nvchad-git/nvchad-git-r1602.282a23f-1-any.pkg.tar.zst] - exit status 1

xiota commented on 2023-12-13 12:16 (UTC)

Error during install.

error: failed to commit transaction (conflicting files)
/usr/share/nvim/archlinux.vim exists in both 'neovim' and 'nvchad-git'

hockeymikey commented on 2023-12-07 19:51 (UTC)

@zayn7lie Should be fixed.

zayn7lie commented on 2023-12-07 16:16 (UTC) (edited on 2023-12-07 16:17 (UTC) by zayn7lie)

Error when open nvim, it seems like the plugin is outdated:

Failed to source `/usr/share/nvim/runtime/plugin/nvchad.vim`                                                                                                             

vim/_editor.lua:0: /usr/share/nvim/runtime/plugin/nvchad.vim[3]..nvim_exec2() called at /usr/share/nvim/runtime/plugin/nvchad.vim:3../usr/share/nvim/runtime/plugin/nvcha
d.vim, line 3: Vim(luafile):E5113: Error while calling lua chunk: /usr/share/nvchad/init.lua:21: loop or previous error loading module 'plugins'                         
stack traceback:                                                                                                                                                         
^I[C]: in function 'require'                                                                                                                                             
^I/usr/share/nvchad/init.lua:21: in main chunk                                                                                                                           
^I[C]: in function 'nvim_exec2'                                                                                                                                          
^Ivim/_editor.lua: in function 'cmd'                                                                                                                                     
^I...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:481: in function <...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:480>                         
^I[C]: in function 'xpcall'                                                                                                                                              
^I.../.local/share/nvim/lazy/lazy.nvim/lua/lazy/core/util.lua:113: in function 'try'                                                                                     
^I...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:480: in function 'source'                                                                                  
^I...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:439: in function 'source_runtime'                                                                          
^I...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:407: in function 'packadd'                                                                                 
^I...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:131: in function 'startup'                                                                                 
^I...n7lie/.local/share/nvim/lazy/lazy.nvim/lua/lazy/init.lua:110: in function 'setup'                                                                                   
^I/usr/share/nvchad/lua/plugins/init.lua:273: in main chunk                                                                                                              
^I[C]: in function 'require'                                                                                                                                             
^I/usr/share/nvchad/init.lua:21: in main chunk                                                                                                                           

# stacktrace:                                                                                                                                                            
  - vim/_editor.lua:0 _in_ **cmd**                                                                                                                                       
  - /usr/share/nvchad/lua/plugins/init.lua:273                                                                                                                           
  - /usr/share/nvchad/init.lua:21 

jose1711 commented on 2023-03-27 11:56 (UTC)

fwiw i ran into issues and had to resort to manual install: https://github.com/NvChad/NvChad/issues/1863

hockeymikey commented on 2023-02-27 16:14 (UTC)

@baltevl Just install it again. It pulls from the git and always will be up to date even if it doesn't show as such on here.

baltevl commented on 2023-02-26 12:52 (UTC)

Hi, with all plugins and this package up to date, there is a warning on startup about a depreciated function. This was fixed upstream. Would it be possible to update the package? Kind regards