From 01e443eb8c7469b1286f3222cf21769f9658bbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 22 May 2024 17:30:23 +0200 Subject: [PATCH] Switch color scheme plugin. The previous plugin seemed to be broken for some reason, so I had to switch to something that works. --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 7572f91..d78a2ab 100644 --- a/init.vim +++ b/init.vim @@ -17,7 +17,7 @@ Plug 'danro/rename.vim' Plug 'ciaranm/detectindent' Plug 'jiangmiao/auto-pairs' Plug 'antoyo/vim-licenses' -Plug 'altercation/vim-colors-solarized' +Plug 'lifepillar/vim-solarized8' Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end() filetype plugin indent on @@ -83,7 +83,7 @@ nmap ]f (coc-fix-current) " syntax highlighting syntax on set background=dark -colorscheme solarized +colorscheme solarized8 highlight Normal ctermbg=none """ Project-Specific Settings