From 7bf8727cb4c81ea3c41b03f4e796461c91c6b281 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 19 Mar 2022 00:40:13 +0900 Subject: feat(pack): add gitsigns --- fnl/nvrc/colors.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fnl/nvrc/colors.fnl') diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index a26aa68..ea54216 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -16,6 +16,8 @@ (vim.cmd (.. "colorscheme " colorscheme)) + (highlight! :Signcolumn {:bg (. colors :bg)}) + ; Statusline (highlight! :StatusLineNC {:fg (. colors :graphite) :underline true}) (highlight! :StatusLinePad {:fg (. colors :skyblue) :bg (. colors :light_bg)}) -- cgit 1.4.1