addet indent blankline options and addet recent telescope keybinding to sR
This commit is contained in:
parent
1bce98394d
commit
506d83e23a
2 changed files with 15 additions and 7 deletions
|
@ -1,8 +1,13 @@
|
|||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
main = "ibl",
|
||||
opts = {
|
||||
indent = { char = "┊" },
|
||||
},
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
main = "ibl",
|
||||
opts = {
|
||||
indent = {
|
||||
char = "┊",
|
||||
tab_char = "┊",
|
||||
-- char = "│",
|
||||
-- tab_char = "│",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue