mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-20 01:29:08 +02:00
Changin the indent highlight format
This commit is contained in:
parent
5616aef5ed
commit
9ebd1fa9c6
2 changed files with 10 additions and 2 deletions
|
@ -1,9 +1,16 @@
|
|||
local highlight = {
|
||||
'ColorColumn',
|
||||
'Whitespace',
|
||||
}
|
||||
|
||||
return {
|
||||
{ -- Add indentation guides even on blank lines
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = 'ibl',
|
||||
opts = {},
|
||||
opts = {
|
||||
indent = { highlight = highlight, char = '' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue