highlight current line number
This commit is contained in:
		
							parent
							
								
									c62616cfee
								
							
						
					
					
						commit
						14f5e28374
					
				
					 2 changed files with 7 additions and 4 deletions
				
			
		
							
								
								
									
										3
									
								
								init.lua
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								init.lua
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -97,3 +97,6 @@ vim.api.nvim_exec([[
 | 
			
		|||
 | 
			
		||||
-- inactive statuslines as thin splitlines
 | 
			
		||||
cmd("highlight! StatusLineNC gui=underline guibg=NONE guifg=#383c44")
 | 
			
		||||
 | 
			
		||||
cmd "hi clear CursorLine"
 | 
			
		||||
cmd "hi cursorlinenr guibg=NONE guifg=#abb2bf"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,19 +14,19 @@ opt("o", "splitright", true)
 | 
			
		|||
opt("o", "termguicolors", true)
 | 
			
		||||
opt("w", "number", true)
 | 
			
		||||
opt("o", "numberwidth", 2)
 | 
			
		||||
opt("w", "cul", true)
 | 
			
		||||
 | 
			
		||||
opt("o", "mouse", "a")
 | 
			
		||||
 | 
			
		||||
opt("w", "signcolumn", "yes")
 | 
			
		||||
opt("o", "cmdheight", 1)
 | 
			
		||||
 | 
			
		||||
opt("o", "updatetime", 250) -- update interval for gitsigns 
 | 
			
		||||
opt("o", "updatetime", 250) -- update interval for gitsigns
 | 
			
		||||
opt("o", "clipboard", "unnamedplus")
 | 
			
		||||
 | 
			
		||||
-- for indenline
 | 
			
		||||
opt("b", "expandtab", true )
 | 
			
		||||
opt("b", "shiftwidth", 2 )
 | 
			
		||||
 | 
			
		||||
opt("b", "expandtab", true)
 | 
			
		||||
opt("b", "shiftwidth", 2)
 | 
			
		||||
 | 
			
		||||
local M = {}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue