This commit is contained in:
iofq 2023-05-12 04:34:16 -05:00
parent 4c341f6650
commit f6a92831f4
10 changed files with 290 additions and 43 deletions

6
config/lua/blankline-conf.lua Executable file
View file

@ -0,0 +1,6 @@
vim.cmd([[ hi IndentBlanklineChar ctermfg=240 ]])
vim.cmd([[ hi IndentBlanklineContextChar ctermfg=7 ]])
require("indent_blankline").setup {
show_current_context = true,
show_current_context_start = true,
}