Compare commits

..

1 Commits

Author SHA1 Message Date
c07c881bae Add pywal colorscheme to vim 2021-05-11 22:09:22 +01:00

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