add custom plugins
This commit is contained in:
parent
c80a77488b
commit
693e7c3053
10 changed files with 175 additions and 1 deletions
8
lua/custom/plugins/indent-blankline.lua
Normal file
8
lua/custom/plugins/indent-blankline.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
opts = {
|
||||
char = '┊',
|
||||
show_trailing_blankline_indent = false,
|
||||
show_current_context = true,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue