up
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
-- Indent Blankline
|
||||
-- indent blankline
|
||||
--
|
||||
-- This plugin adds indentation guides to Neovim. It uses Neovim's virtual text feature and no conceal.
|
||||
--
|
||||
-- https://github.com/lukas-reineke/indent-blankline.nvim
|
||||
--
|
||||
|
||||
return {
|
||||
{ -- Add indentation guides even on blank lines
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
enabled = false,
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = 'ibl',
|
||||
|
||||
Reference in New Issue
Block a user