init
This commit is contained in:
13
.config/nvim/lua/kickstart/plugins/indent_line.lua
Normal file
13
.config/nvim/lua/kickstart/plugins/indent_line.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- Add indentation guides even on blank lines
|
||||
|
||||
---@module 'lazy'
|
||||
---@type LazySpec
|
||||
return {
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
main = 'ibl',
|
||||
---@module 'ibl'
|
||||
---@type ibl.config
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user