parent
							
								
									fd96f4ddbd
								
							
						
					
					
						commit
						59de298d8f
					
				
					 3 changed files with 3 additions and 4 deletions
				
			
		
							
								
								
									
										1
									
								
								init.lua
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								init.lua
									
										
									
									
									
								
							|  | @ -7,6 +7,7 @@ end | |||
| require "core" | ||||
| require "core.utils" | ||||
| require "core.options" | ||||
| require("core.utils").load_mappings() | ||||
| 
 | ||||
| -- setup packer + plugins | ||||
| require("core.packer").bootstrap() | ||||
|  |  | |||
|  | @ -44,7 +44,6 @@ local mapping_groups = { groups = vim.deepcopy(mappings.groups) } | |||
| mappings.disabled = nil | ||||
| mappings.groups = nil | ||||
| 
 | ||||
| utils.load_mappings() | ||||
| utils.load_mappings(mapping_groups) | ||||
| 
 | ||||
| wk.setup(options) | ||||
|  |  | |||
|  | @ -1,4 +1,3 @@ | |||
| 
 | ||||
| local plugins = { | ||||
| 
 | ||||
|    ["nvim-lua/plenary.nvim"] = {}, | ||||
|  | @ -74,7 +73,7 @@ local plugins = { | |||
|       end, | ||||
|       setup = function() | ||||
|          require("core.utils").packer_lazy_load "gitsigns.nvim" | ||||
|       end | ||||
|       end, | ||||
|    }, | ||||
| 
 | ||||
|    -- lsp stuff | ||||
|  | @ -110,7 +109,7 @@ local plugins = { | |||
|       opt = true, | ||||
|       setup = function() | ||||
|          require("core.utils").packer_lazy_load "vim-matchup" | ||||
|       end | ||||
|       end, | ||||
|    }, | ||||
| 
 | ||||
|    ["max397574/better-escape.nvim"] = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue