projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01d4c7
)
Added IndentBlanklineContextChar
author
mofiqul
<mofi0islam@gmail.com>
Wed, 3 Nov 2021 16:02:27 +0000
(21:32 +0530)
committer
mofiqul
<mofi0islam@gmail.com>
Wed, 3 Nov 2021 16:02:27 +0000
(21:32 +0530)
lua/dracula/init.lua
patch
|
blob
|
history
diff --git
a/lua/dracula/init.lua
b/lua/dracula/init.lua
index 38a4a7d11f41886d811950580f2be35a6e4532a3..c3e4f488b22c9d99c79e9df449be69543659b95b 100644
(file)
--- a/
lua/dracula/init.lua
+++ b/
lua/dracula/init.lua
@@
-350,6
+350,9
@@
M.apply = function()
highlight("LspSagaDocTruncateLine", colors.comment, nil, 'none', nil)
highlight("LspSagaRenameBorder", colors.comment, nil, 'none', nil)
highlight("LspSagaLspFinderBorder", colors.comment, nil, 'none', nil)
+
+ -- IndentBlankLine
+ highlight("IndentBlanklineContextChar", colors.bright_red, nil, "nocombine", nil)
-- Link highlights
vim.api.nvim_command("highlight! link CompeDocumentation Pmenu")