just load default bas46 cache instead of giving it lazy priority
https://github.com/NvChad/base46/issues/173
This commit is contained in:
		
							parent
							
								
									0678b329dc
								
							
						
					
					
						commit
						432b2c1cf1
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								init.lua
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -8,6 +8,8 @@ end
 | 
			
		|||
 | 
			
		||||
require("core.utils").load_mappings()
 | 
			
		||||
 | 
			
		||||
dofile(vim.g.base46_cache .. "defaults")
 | 
			
		||||
 | 
			
		||||
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"
 | 
			
		||||
 | 
			
		||||
-- bootstrap lazy.nvim!
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,10 +19,8 @@ local default_plugins = {
 | 
			
		|||
    "NvChad/ui",
 | 
			
		||||
    branch = "v2.0",
 | 
			
		||||
    lazy = false,
 | 
			
		||||
    priority = 1000,
 | 
			
		||||
    config = function()
 | 
			
		||||
      require "nvchad_ui"
 | 
			
		||||
      dofile(vim.g.base46_cache .. "defaults")
 | 
			
		||||
    end,
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue