File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ require('lazy').setup({
943943 -- Uncomment any of the lines below to enable them (you will need to restart nvim).
944944 --
945945 -- require 'kickstart.plugins.debug',
946- -- require 'kickstart.plugins.indent_line',
946+ require ' kickstart.plugins.indent_line' ,
947947 require ' kickstart.plugins.lint' ,
948948 -- require 'kickstart.plugins.autopairs',
949949 require ' kickstart.plugins.neo-tree' ,
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ return {
44 -- Enable `lukas-reineke/indent-blankline.nvim`
55 -- See `:help ibl`
66 main = ' ibl' ,
7- opts = {},
7+ opts = {
8+ indent = {
9+ char = ' │' ,
10+ },
11+ scope = {
12+ enabled = false ,
13+ show_start = false ,
14+ show_end = false ,
15+ },
16+ },
817 },
918}
You can’t perform that action at this time.
0 commit comments