From 5a1d80373cb16849cb09fce2470fb1a70c4fdfd1 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Sat, 9 Mar 2024 14:33:21 -0600 Subject: [PATCH] Removed setting causing issues with color over Shelly ssh. --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 40e0e57..075d80d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -277,9 +277,9 @@ if (empty($TMUX)) "For Neovim > 0.1.5 and Vim > patch 7.4.1799 < https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 > "Based on Vim patch 7.4.1770 (`guicolors` option) < https://github.com/vim/vim/commit/8a633e3427b47286869aa4b96f2bfc1fe65b25cd > " < https://github.com/neovim/neovim/wiki/Following-HEAD#20160511 > - if (has("termguicolors")) - set termguicolors - endif +" if (has("termguicolors")) " disabling this seems to fix colors over Shelly +" set termguicolors +" endif endif if (has("autocmd"))