diff --git a/lsp.vimrc b/lsp.vimrc index 5e30d16..08f30c3 100644 --- a/lsp.vimrc +++ b/lsp.vimrc @@ -171,7 +171,6 @@ nnoremap :20Lexplore nnoremap pv :Explore " disable ex mode -map q: nnoremap Q " Plugin options must go at the bottom of the file. @@ -186,8 +185,8 @@ endif function! Catppuccin() set background=dark - colorscheme catppuccin_frappe - let g:airline_theme = "catppuccin_frappe" + colorscheme catppuccin_mocha + let g:airline_theme = "catppuccin_mocha" endfu function! SolarizedLight() diff --git a/minimal.vimrc b/minimal.vimrc index c328d60..46514e9 100644 --- a/minimal.vimrc +++ b/minimal.vimrc @@ -153,7 +153,6 @@ nnoremap :20Lexplore nnoremap pv :Explore " disable ex mode -map q: nnoremap Q " Plugin options must go at the bottom of the file. diff --git a/noplug.vimrc b/noplug.vimrc index 1bd9796..5c831ec 100644 --- a/noplug.vimrc +++ b/noplug.vimrc @@ -84,7 +84,6 @@ nnoremap :Lexplore nnoremap pv :Explore " ex mode -map q: nnoremap Q set termguicolors