mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 04:58:41 +00:00 
			
		
		
		
	Fix indent-blankline config after upgrade
(cherry picked from commit ab09b960ba)
			
			
This commit is contained in:
		
							parent
							
								
									8aa4678311
								
							
						
					
					
						commit
						ed5cd6e73b
					
				| 
						 | 
				
			
			@ -85,3 +85,8 @@ require('which-key').register({
 | 
			
		|||
	},
 | 
			
		||||
 | 
			
		||||
}, { prefix = "<leader>" })
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
-- indent-blankline setup
 | 
			
		||||
require('ibl').setup()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -85,15 +85,7 @@ require("packer").startup(function()
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    -- Show indent guides
 | 
			
		||||
    use {
 | 
			
		||||
        'lukas-reineke/indent-blankline.nvim',
 | 
			
		||||
        config = function()
 | 
			
		||||
            require("indent_blankline").setup {
 | 
			
		||||
                show_current_context = true,
 | 
			
		||||
                show_current_context_start = true,
 | 
			
		||||
            }
 | 
			
		||||
        end
 | 
			
		||||
    }
 | 
			
		||||
    use 'lukas-reineke/indent-blankline.nvim'
 | 
			
		||||
 | 
			
		||||
    -- lualine statusline
 | 
			
		||||
    use {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue