update nvim config and junk
This commit is contained in:
parent
e1aac7d093
commit
c3dbc10c80
8 changed files with 96 additions and 14 deletions
|
|
@ -228,14 +228,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 = {} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue