Add pywal colorscheme to vim
This commit is contained in:
4
init.vim
4
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
|
||||
|
||||
Reference in New Issue
Block a user