Compare commits
	
		
			No commits in common. "405d1fe61a18c66593dd9450198168fd6813fb32" and "eb59ad7abc0e9dee87a70248aeb343fb0fc1b06e" have entirely different histories.
		
	
	
		
			405d1fe61a
			...
			eb59ad7abc
		
	
		
							
								
								
									
										5
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										5
									
								
								init.lua
								
								
								
								
							| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
require("options.default")
 | 
			
		||||
require("options")
 | 
			
		||||
require("keymaps")
 | 
			
		||||
 | 
			
		||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
 | 
			
		||||
| 
						 | 
				
			
			@ -9,8 +9,7 @@ if not vim.loop.fs_stat(lazypath) then
 | 
			
		|||
		"--filter=blob:none",
 | 
			
		||||
		"https://github.com/folke/lazy.nvim.git",
 | 
			
		||||
		"--branch=stable", -- latest stable release
 | 
			
		||||
		lazypath,
 | 
			
		||||
	})
 | 
			
		||||
		lazypath, })
 | 
			
		||||
end
 | 
			
		||||
vim.opt.rtp:prepend(lazypath)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,3 @@ vim.opt.undofile = true
 | 
			
		|||
vim.opt.undolevels = 1000
 | 
			
		||||
 | 
			
		||||
vim.opt.updatetime = 500
 | 
			
		||||
 | 
			
		||||
vim.opt.foldmethod = "expr"
 | 
			
		||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
 | 
			
		||||
vim.opt.foldenable = true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue