Massive changes!!
This commit is contained in:
8
lua/plugins/indent_blankline.lua
Normal file
8
lua/plugins/indent_blankline.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Add indentation guides even on blank lines
|
||||
return {
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = 'ibl',
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user