extracting some plugin configuration from init.lua
This commit is contained in:
parent
32b04db8ed
commit
d88024c1d9
6 changed files with 107 additions and 131 deletions
9
lua/lornest/plugins/indent-blankline.lua
Normal file
9
lua/lornest/plugins/indent-blankline.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
-- Add indentation guides even on blank lines
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- See `:help indent_blankline.txt`
|
||||
opts = {
|
||||
char = '┊',
|
||||
show_trailing_blankline_indent = false,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue