mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add indent-blankline
This commit is contained in:
parent
cc042c7175
commit
22716f1ffc
1 changed files with 4 additions and 0 deletions
|
|
@ -577,6 +577,10 @@ function M.get(config)
|
|||
-- p00f/nvim-ts-rainbow
|
||||
rainbowcol1 = { link = "SpecialKey" },
|
||||
|
||||
--- lukas-reineke/indent-blankline.nvim
|
||||
IndentBlanklineContextChar = { link = "foam" },
|
||||
IndentBlanklineContextStart = { style = "underline", sp = "foam"},
|
||||
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue