We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b9519 commit b1d3155Copy full SHA for b1d3155
init.lua
@@ -976,7 +976,7 @@ require('lazy').setup({
976
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
977
--
978
require 'kickstart.plugins.debug',
979
- -- require 'kickstart.plugins.indent_line',
+ require 'kickstart.plugins.indent_line',
980
require 'kickstart.plugins.lint',
981
require 'kickstart.plugins.autopairs',
982
require 'kickstart.plugins.neo-tree',
lua/kickstart/plugins/indent_line.lua
@@ -4,6 +4,8 @@ return {
4
-- Enable `lukas-reineke/indent-blankline.nvim`
5
-- See `:help ibl`
6
main = 'ibl',
7
- opts = {},
+ opts = {
8
+ indent = { char = '┊' },
9
+ },
10
},
11
}
0 commit comments