Skip to content
/ NvChad Public
forked from NvChad/NvChad

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

License

Notifications You must be signed in to change notification settings

Fly3RC/NvChad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

This fork of NvChad remove all base46 integrations in order to load them only when the figure in chadrc. So you can disable the ones that you no longer want to load.

Those ones are not concerned since the are part of the UI

  • cmp
  • defaults
  • nvcheatsheet
  • nvdash
  • statusline
  • syntax
  • treesitter

Installation

  • Put this before the lazy.setup() in your init.lua
function _G.loadhl(name)
	local integrations = require("chadrc").base46.integrations
	if vim.list_contains(integrations, name) then
		dofile(vim.g.base46_cache .. name)
	end
end
  • And then replace NvChad plugin with the fork
-- load plugins
require("lazy").setup({
  {
    "Fly3RC/NvChad",
    lazy = false,
    branch = "v2.5",
    import = "nvchad.plugins",
  },

  { import = "plugins" },
}, lazy_config)

About

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%