extracting some plugin configuration from init.lua

This commit is contained in:
Lorne Stalker 2023-08-29 19:58:46 +01:00
parent 32b04db8ed
commit d88024c1d9
6 changed files with 107 additions and 131 deletions

View 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,
},
}