more minor stuff
This commit is contained in:
parent
41d779e3c7
commit
9bffccefba
4 changed files with 39 additions and 28 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue