add reference link for indent blank line neovim plugin

This commit is contained in:
JesseBot 2023-09-30 13:42:47 +02:00
parent 29444ef2fe
commit 68b1058d5e

View file

@ -12,6 +12,8 @@ vim.opt.autoindent = true
-- Also load indent files, to automatically do language-dependent indenting.
-- filetype plugin indent on
-- ref: https://github.com/lukas-reineke/indent-blankline.nvim
local highlight = {
"DarkBlueGray",
"BlueGray"