dracula theme everywhere + tmux theme fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user