added indent lines for nvim
This commit is contained in:
parent
e7c6a8ad41
commit
f2814605e6
2 changed files with 7 additions and 0 deletions
2
.config/nvim/lua/plugins/ibl.lua
Normal file
2
.config/nvim/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