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
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = 'ibl',
|
||||
opts = {},
|
||||
},
|
||||
-- {
|
||||
-- -- Add indentation guides even on blank lines
|
||||
-- 'lukas-reineke/indent-blankline.nvim',
|
||||
-- -- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- -- See `:help ibl`
|
||||
-- main = 'ibl',
|
||||
-- opts = {},
|
||||
-- },
|
||||
|
||||
-- "gc" to comment visual regions/lines
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
|
||||
Reference in New Issue
Block a user