dracula theme everywhere + tmux theme fixes

This commit is contained in:
Martin Bauer
2022-06-14 22:28:56 +02:00
parent de2f886423
commit eff824c8a9
7 changed files with 112 additions and 16 deletions

View File

@@ -9,8 +9,9 @@ set number " turn on line numbers
" ----------------------------- Plugins ------------------------------
call plug#begin()
Plug 'justinmk/vim-sneak' " s two character search
Plug 'easymotion/vim-easymotion' " \\ w to jump around quickly
Plug 'sheerun/vim-polyglot' " syntax highlighting for many langs
Plug 'junegunn/fzf' " fuzzy finder
call plug#end()
Plug 'justinmk/vim-sneak' " s two character search
Plug 'easymotion/vim-easymotion' " \\ w to jump around quickly
Plug 'sheerun/vim-polyglot' " syntax highlighting for many langs
Plug 'junegunn/fzf' " fuzzy finder
Plug 'dracula/vim', { 'as': 'dracula' } " theme
call plug#end()