more minor stuff

This commit is contained in:
Alexander Gehrke 2023-09-08 12:14:51 +02:00
parent 41d779e3c7
commit 9bffccefba
4 changed files with 39 additions and 28 deletions

View file

@ -1,30 +1,30 @@
return {
{
'stevearc/dressing.nvim',
dependencies = {
'nvim-telescope/telescope-ui-select.nvim',
},
opts = {
select = {
backend = { 'telescope' }
}
}
},
{
'lukas-reineke/indent-blankline.nvim',
opts = {
char = "",
char_highlight_list = {
"Normal",
"CursorLine",
},
space_char_highlight_list = {
"Normal",
"CursorLine",
},
show_trailing_blankline_indent = false,
show_current_context = true,
show_current_context_start = true,
},
}
{
'stevearc/dressing.nvim',
dependencies = {
'nvim-telescope/telescope-ui-select.nvim',
},
opts = {
select = {
backend = { 'telescope' }
}
}
},
{
'lukas-reineke/indent-blankline.nvim',
opts = {
char = "",
char_highlight_list = {
"Whitespace",
"CursorLine",
},
space_char_highlight_list = {
"Whitespace",
"CursorLine",
},
show_trailing_blankline_indent = false,
show_current_context = true,
show_current_context_start = true,
},
}
}