File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ require('lazy').setup({
888
888
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
889
889
--
890
890
-- require 'kickstart.plugins.debug',
891
- -- require 'kickstart.plugins.indent_line',
891
+ require ' kickstart.plugins.indent_line' ,
892
892
-- require 'kickstart.plugins.lint',
893
893
require ' kickstart.plugins.autopairs' ,
894
894
require ' kickstart.plugins.neo-tree' ,
Original file line number Diff line number Diff line change 5
5
"fidget.nvim" : { "branch" : " main" , "commit" : " 4d5858bd4c471c895060e1b9f3575f1551184dc5" },
6
6
"gitsigns.nvim" : { "branch" : " main" , "commit" : " 6e3c66548035e50db7bd8e360a29aec6620c3641" },
7
7
"guess-indent.nvim" : { "branch" : " main" , "commit" : " 84a4987ff36798c2fc1169cbaff67960aed9776f" },
8
+ "indent-blankline.nvim" : { "branch" : " master" , "commit" : " 005b56001b2cb30bfa61b7986bc50657816ba4ba" },
8
9
"lazy.nvim" : { "branch" : " main" , "commit" : " 6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
9
10
"lazydev.nvim" : { "branch" : " main" , "commit" : " 2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
10
11
"mason-lspconfig.nvim" : { "branch" : " main" , "commit" : " 5e085efe67fccb13372d54331d849219662a7e93" },
Original file line number Diff line number Diff line change
1
+ return {
2
+ { -- Add indentation guides even on blank lines
3
+ ' lukas-reineke/indent-blankline.nvim' ,
4
+ -- Enable `lukas-reineke/indent-blankline.nvim`
5
+ -- See `:help ibl`
6
+ main = ' ibl' ,
7
+ opts = {},
8
+ },
9
+ }
You can’t perform that action at this time.
0 commit comments