From 3923d9d66f21560e91042a668786ba3e81185a5e Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Wed, 15 Feb 2023 20:38:41 -0500 Subject: [PATCH] q: should be included --- lsp.vimrc | 5 ++--- minimal.vimrc | 1 - noplug.vimrc | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) 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