added indent lines for nvim
This commit is contained in:
parent
e5de92384e
commit
f6f4736615
2 changed files with 7 additions and 0 deletions
2
lua/plugins/ibl.lua
Normal file
2
lua/plugins/ibl.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
require('ibl').setup()
|
||||||
|
return {}
|
||||||
|
|
@ -32,4 +32,9 @@ return {
|
||||||
dependencies = 'nvim-treesitter/nvim-treesitter',
|
dependencies = 'nvim-treesitter/nvim-treesitter',
|
||||||
config = true,
|
config = true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
|
main = 'ibl',
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue