From a857e121f2dcf01fac2653ef757ab4094f105014 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Fri, 17 Feb 2023 21:45:00 -0500 Subject: [PATCH] polyglot --- lsp.vimrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lsp.vimrc b/lsp.vimrc index 277511d..ca13f54 100644 --- a/lsp.vimrc +++ b/lsp.vimrc @@ -51,11 +51,12 @@ endif call plug#begin() +Plug 'sheerun/vim-polyglot' Plug 'ap/vim-css-color' -Plug 'vim-python/python-syntax' Plug 'bagrat/vim-buffet' Plug 'catppuccin/vim' +Plug 'phanviet/vim-monokai-pro' Plug 'lifepillar/vim-solarized8' Plug 'morhetz/gruvbox' Plug 'arcticicestudio/nord-vim' @@ -182,7 +183,7 @@ if s:tmux != '' nnoremap !tmuxs endif -" disable ex mode +" disable accidental ex mode nnoremap Q " Plugin options must go at the bottom of the file. @@ -220,6 +221,12 @@ function! Gruvbox() let g:airline_theme = "gruvbox" endfu +function! MonokaiPro() + set background=dark + colorscheme monokai_pro + let g:airline_theme = "base16_monokai" +endfu + function! Nord() set background=dark colorscheme nord