1
0

Switch color scheme plugin.

The previous plugin seemed to be broken for some reason, so I had to
switch to something that works.
This commit is contained in:
2024-05-22 17:30:23 +02:00
parent c5a0ce694f
commit 01e443eb8c

View File

@@ -17,7 +17,7 @@ Plug 'danro/rename.vim'
Plug 'ciaranm/detectindent' Plug 'ciaranm/detectindent'
Plug 'jiangmiao/auto-pairs' Plug 'jiangmiao/auto-pairs'
Plug 'antoyo/vim-licenses' Plug 'antoyo/vim-licenses'
Plug 'altercation/vim-colors-solarized' Plug 'lifepillar/vim-solarized8'
Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end() call plug#end()
filetype plugin indent on filetype plugin indent on
@@ -83,7 +83,7 @@ nmap <silent> ]f <Plug>(coc-fix-current)
" syntax highlighting " syntax highlighting
syntax on syntax on
set background=dark set background=dark
colorscheme solarized colorscheme solarized8
highlight Normal ctermbg=none highlight Normal ctermbg=none
""" Project-Specific Settings """ Project-Specific Settings