commented relative number setting and changed bookmark icon
This commit is contained in:
		
							parent
							
								
									9aea4d08e5
								
							
						
					
					
						commit
						c3a447a471
					
				@ -23,6 +23,6 @@ g.dashboard_custom_section = {
 | 
			
		||||
    b = {description = {"  Recents                   SPC f o"}, command = "Telescope oldfiles"},
 | 
			
		||||
    c = {description = {"  Find Word                 SPC f w"}, command = "Telescope live_grep"},
 | 
			
		||||
    d = {description = {"洛 New File                  SPC f n"}, command = "DashboardNewFile"},
 | 
			
		||||
    e = {description = {"  Bookmarks                 SPC b m"}, command = "Telescope marks"},
 | 
			
		||||
    e = {description = {"  Bookmarks                 SPC b m"}, command = "Telescope marks"},
 | 
			
		||||
    f = {description = {"  Load Last Session         SPC s l"}, command = "SessionLoad"}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -25,12 +25,16 @@ opt("o", "updatetime", 250) -- update interval for gitsigns
 | 
			
		||||
opt("o", "clipboard", "unnamedplus")
 | 
			
		||||
opt("o", "timeoutlen", 500)
 | 
			
		||||
 | 
			
		||||
-- Numbers
 | 
			
		||||
opt("w", "number", true)
 | 
			
		||||
opt("o", "numberwidth", 2)
 | 
			
		||||
-- opt("w", "relativenumber", true)
 | 
			
		||||
 | 
			
		||||
-- for indenline
 | 
			
		||||
opt("b", "expandtab", true)
 | 
			
		||||
opt("b", "shiftwidth", 2)
 | 
			
		||||
opt("b", "smartindent", true)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
local M = {}
 | 
			
		||||
 | 
			
		||||
function M.is_buffer_empty()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user