From e78c45931794e08c40454750ba45527f8b1750e6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 19 Mar 2022 00:50:30 +0900 Subject: Revert "feat(pack): add gitsigns" This reverts commit 717ad38203bee2dda9345eb52e3853dede6656f8. --- fnl/nvrc/colors.fnl | 2 -- 1 file changed, 2 deletions(-) (limited to 'fnl/nvrc/colors.fnl') diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index ea54216..a26aa68 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -16,8 +16,6 @@ (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