1
0

adds wal theme for nvim

This commit is contained in:
2023-12-31 13:30:25 +01:00
parent 9676ffdbf1
commit c778eab363
+3
View File
@@ -16,11 +16,14 @@ set number relativenumber
call plug#begin(stdpath('data') . '/plugged') call plug#begin(stdpath('data') . '/plugged')
Plug 'tpope/vim-sensible' Plug 'tpope/vim-sensible'
Plug 'dylanaraps/wal.vim'
Plug 'tpope/vim-sleuth' Plug 'tpope/vim-sleuth'
Plug 'itchyny/lightline.vim' Plug 'itchyny/lightline.vim'
Plug 'ap/vim-css-color' Plug 'ap/vim-css-color'
Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end() call plug#end()
colorscheme wal
let g:python_recommended_style = 0 let g:python_recommended_style = 0