Merge pull request #3 from micaiah-effiong/fix/inden-blankline

indent blank line
pull/598/head
Micah Effiong 2 years ago committed by GitHub
commit a8da4f2575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,7 +186,18 @@ require('lazy').setup({
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
opts = {
indent = {
char = "",
-- highlight = {
-- "CursorColumn",
-- "Whitespace",
-- },
},
scope = {
show_start = false,
}
},
},
-- "gc" to comment visual regions/lines

@ -21,3 +21,6 @@ vim.opt.splitbelow = true
-- horizontal cursorline
vim.opt.cursorline = true
-- disable mouse mode
vim.o.mouse = ''

Loading…
Cancel
Save