Add pywal colorscheme to vim

This commit is contained in:
2021-05-11 22:09:22 +01:00
parent 6a3de416a2
commit c07c881bae

View File

@@ -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