first commit
This commit is contained in:
parent
5bdde24dfb
commit
e3a11a0ba5
27 changed files with 890 additions and 952 deletions
7
lua/custom/plugins/indent_line.lua
Normal file
7
lua/custom/plugins/indent_line.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = 'ibl',
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue