mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
6 lines
215 B
Lua
Executable file
6 lines
215 B
Lua
Executable file
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,
|
|
}
|