all repos — dotfiles @ c0e7b833b788738c642687748122d1bfc3d34229

my *nix dotfiles

nvim: set termguicolors to false

ref: https://stackoverflow.com/a/78521946
Anirudh Oppiliappan x@icyphox.sh
Mon, 27 May 2024 15:05:51 +0300
commit

c0e7b833b788738c642687748122d1bfc3d34229

parent

10c3479d36cdf5650d5d2d8f8b4ce191528112af

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M nvim/lua/settings.luanvim/lua/settings.lua

@@ -52,6 +52,7 @@ end,

}) o.background = 'light' +o.termguicolors = false -- gitgutter options g.gitgutter_override_sign_column_highlight = 0