|
|
@ -171,7 +171,6 @@ nnoremap <C-n> :20Lexplore<CR> |
|
|
|
nnoremap <leader>pv :Explore<CR> |
|
|
|
|
|
|
|
" disable ex mode |
|
|
|
map q: <Nop> |
|
|
|
nnoremap Q <nop> |
|
|
|
|
|
|
|
" 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() |
|
|
|