Compare commits
3 commits
2935ca23d6
...
48a0c1f51b
Author | SHA1 | Date | |
---|---|---|---|
48a0c1f51b | |||
f1bad4b2fb | |||
3d23ff3dae |
3 changed files with 4 additions and 9 deletions
|
@ -33,14 +33,6 @@
|
||||||
(highlight :IlluminatedWordText {:bg mod.colors.selection})
|
(highlight :IlluminatedWordText {:bg mod.colors.selection})
|
||||||
(highlight :IlluminatedWordRead {:bg mod.colors.selection})
|
(highlight :IlluminatedWordRead {:bg mod.colors.selection})
|
||||||
(highlight :IlluminatedWordWrite {:bg mod.colors.selection :underline true})
|
(highlight :IlluminatedWordWrite {:bg mod.colors.selection :underline true})
|
||||||
;; rainbow-delimiters
|
|
||||||
(highlight :RainbowDelimiterRed {:fg mod.colors.red})
|
|
||||||
(highlight :RainbowDelimiterYellow {:fg mod.colors.yellow})
|
|
||||||
(highlight :RainbowDelimiterBlue {:fg mod.colors.purple})
|
|
||||||
(highlight :RainbowDelimiterOrange {:fg mod.colors.orange})
|
|
||||||
(highlight :RainbowDelimiterGreen {:fg mod.colors.green})
|
|
||||||
(highlight :RainbowDelimiterViolet {:fg mod.colors.pink})
|
|
||||||
(highlight :RainbowDelimiterCyan {:fg mod.colors.cyan})
|
|
||||||
;; cmp
|
;; cmp
|
||||||
(highlight :PmenuSel {:fg mod.colors.white :bg "#363848"})
|
(highlight :PmenuSel {:fg mod.colors.white :bg "#363848"})
|
||||||
(highlight :CmpCursorLine {:bg "#363848"})
|
(highlight :CmpCursorLine {:bg "#363848"})
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
:NeogitTagMessage]
|
:NeogitTagMessage]
|
||||||
:callback #(set vim.b.toggle_line_style 0)
|
:callback #(set vim.b.toggle_line_style 0)
|
||||||
:group augroup})
|
:group augroup})
|
||||||
(aucmd :User {:pattern :NeogitCommitComplete
|
(aucmd :User {:pattern [:NeogitCommitComplete
|
||||||
|
:NeogitPullComplete
|
||||||
|
:NeogitPushComplete
|
||||||
|
:NeogitStatusRefreshed]
|
||||||
:callback #(gitsigns.refresh)
|
:callback #(gitsigns.refresh)
|
||||||
:group augroup}))
|
:group augroup}))
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue