first commit
This commit is contained in:
15
nvim/lua/kickstart/plugins/indent_line.lua
Normal file
15
nvim/lua/kickstart/plugins/indent_line.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
{ -- Add indentation guides even on blank lines
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = "ibl",
|
||||
opts = {
|
||||
indent = {
|
||||
},
|
||||
whitespace = {
|
||||
remove_blankline_trail = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user