plugins/configs/statusline: Remove extra space in lsp indicator
This commit is contained in:
		
							parent
							
								
									ee981f4f4a
								
							
						
					
					
						commit
						af597372ec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -204,7 +204,7 @@ components.mid.active[1] = {
 | 
			
		|||
components.right.active[1] = {
 | 
			
		||||
   provider = function()
 | 
			
		||||
      if next(vim.lsp.buf_get_clients()) ~= nil then
 | 
			
		||||
         return " " .. "  " .. " LSP"
 | 
			
		||||
         return "  LSP "
 | 
			
		||||
      else
 | 
			
		||||
         return ""
 | 
			
		||||
      end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue