mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
No indent blankline
This commit is contained in:
5
init.lua
5
init.lua
@@ -116,7 +116,7 @@ require('lazy').setup({
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
--[[{
|
||||
-- Add indentation guides even on blank lines
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
@@ -124,7 +124,8 @@ require('lazy').setup({
|
||||
main = "ibl",
|
||||
opts = {
|
||||
},
|
||||
},
|
||||
|
||||
},--]]
|
||||
|
||||
-- "gc" to comment visual regions/lines
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
|
||||
Reference in New Issue
Block a user