nvim: remove duplicate highlights
This commit is contained in:
parent
2c5271e4b5
commit
93fde740e7
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@
|
|||
(set g.dracula_italic_comment true)
|
||||
(set o.background :dark)
|
||||
(colorscheme :dracula)
|
||||
;; LSP
|
||||
(highlight-link :LspCodeLens :Comment)
|
||||
(highlight-link :LspInlayHint :Comment)
|
||||
;; Tabline
|
||||
(highlight :TabLine {:fg mod.colors.comment :bg mod.colors.black})
|
||||
(highlight :TabLineSel {:fg mod.colors.white :bg mod.colors.bg})
|
||||
|
|
Loading…
Reference in a new issue