about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 00:50:30 +0900
committersefidel <contact@sefidel.net>2022-03-19 00:50:30 +0900
commite78c45931794e08c40454750ba45527f8b1750e6 (patch)
tree7d9b7caf47c5a2af92bed7533f3e0e1397b81650 /fnl/nvrc/colors.fnl
parent4c25c2465380c9bfeb51567189fded155c1b40e3 (diff)
downloadnvimrc-e78c45931794e08c40454750ba45527f8b1750e6.tar.gz
nvimrc-e78c45931794e08c40454750ba45527f8b1750e6.zip
Revert "feat(pack): add gitsigns"
This reverts commit 717ad38203bee2dda9345eb52e3853dede6656f8.
Diffstat (limited to 'fnl/nvrc/colors.fnl')
-rw-r--r--fnl/nvrc/colors.fnl2
1 files changed, 0 insertions, 2 deletions
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)})