diff --git a/.vim/options.vim b/.vim/options.vim index 6ed7548..d488ed4 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -1,5 +1,5 @@ filetype indent plugin on -colorscheme wombat256 +colorscheme molokai syntax enable set nocompatible diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 7ed5f8a..db849da 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -6,7 +6,6 @@ Plug 'https://github.com/antoyo/vim-licenses.git' Plug 'https://github.com/bkad/CamelCaseMotion' Plug 'https://github.com/bling/vim-airline.git' Plug 'https://github.com/dhruvasagar/vim-table-mode.git' -Plug 'https://github.com/flazz/vim-colorschemes.git' Plug 'https://github.com/junegunn/vim-easy-align.git' Plug 'https://github.com/kien/ctrlp.vim.git' Plug 'https://github.com/mattn/emmet-vim.git' @@ -16,6 +15,7 @@ Plug 'https://github.com/ntpeters/vim-better-whitespace.git' Plug 'https://github.com/pangloss/vim-javascript.git' Plug 'https://github.com/plasticboy/vim-markdown.git' Plug 'https://github.com/scrooloose/syntastic.git' +Plug 'https://github.com/tomasr/molokai.git' Plug 'https://github.com/tpope/vim-abolish.git' Plug 'https://github.com/tpope/vim-commentary.git' Plug 'https://github.com/tpope/vim-eunuch.git'