diff --git a/init.vim b/init.vim index 483e3f1..23e4f09 100644 --- a/init.vim +++ b/init.vim @@ -17,6 +17,7 @@ Plug 'tpope/vim-unimpaired' Plug 'jiangmiao/auto-pairs' Plug 'pangloss/vim-javascript' Plug 'mattn/emmet-vim' +Plug 'dylanaraps/wal.vim' "Plug 'sheerun/vim-polyglot' "Plug 'phpactor/phpactor', { 'do': 'composer install', 'for': 'php' } @@ -53,7 +54,8 @@ set autowriteall "Save the file when switching buffers "}}} " Visuals ---- {{{ -colorscheme atom-dark +" colorscheme atom-dark +colorscheme wal " set t_Co=256 "User 256 colors. This is useful for terminal vim set guifont=Fira_Code:h17 set guioptions-=e "We don't want GUI tabs