Removing indent markers
This commit is contained in:
committed by
Ian Roddis
parent
9134c3d5e4
commit
fcf108c4df
@@ -237,14 +237,14 @@ require('lazy').setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
-- {
|
||||||
-- Add indentation guides even on blank lines
|
-- -- Add indentation guides even on blank lines
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
-- 'lukas-reineke/indent-blankline.nvim',
|
||||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
-- -- Enable `lukas-reineke/indent-blankline.nvim`
|
||||||
-- See `:help ibl`
|
-- -- See `:help ibl`
|
||||||
main = 'ibl',
|
-- main = 'ibl',
|
||||||
opts = {},
|
-- opts = {},
|
||||||
},
|
-- },
|
||||||
|
|
||||||
-- "gc" to comment visual regions/lines
|
-- "gc" to comment visual regions/lines
|
||||||
{ 'numToStr/Comment.nvim', opts = {} },
|
{ 'numToStr/Comment.nvim', opts = {} },
|
||||||
|
|||||||
Reference in New Issue
Block a user