Skip to content

Commit b1d3155

Browse files
committed
ibl: nable indent blank line
1 parent 12b9519 commit b1d3155

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ require('lazy').setup({
976976
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
977977
--
978978
require 'kickstart.plugins.debug',
979-
-- require 'kickstart.plugins.indent_line',
979+
require 'kickstart.plugins.indent_line',
980980
require 'kickstart.plugins.lint',
981981
require 'kickstart.plugins.autopairs',
982982
require 'kickstart.plugins.neo-tree',

lua/kickstart/plugins/indent_line.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ return {
44
-- Enable `lukas-reineke/indent-blankline.nvim`
55
-- See `:help ibl`
66
main = 'ibl',
7-
opts = {},
7+
opts = {
8+
indent = { char = '' },
9+
},
810
},
911
}

0 commit comments

Comments
 (0)