feat(indent_blankline): update config for version 3
This commit is contained in:
		@@ -3,8 +3,6 @@ return {
 | 
			
		||||
  'lukas-reineke/indent-blankline.nvim',
 | 
			
		||||
  -- Enable `lukas-reineke/indent-blankline.nvim`
 | 
			
		||||
  -- See `:help indent_blankline.txt`
 | 
			
		||||
  opts = {
 | 
			
		||||
    char = '┊',
 | 
			
		||||
    show_trailing_blankline_indent = false,
 | 
			
		||||
  },
 | 
			
		||||
  main = 'ibl',
 | 
			
		||||
  opts = {},
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user