Changed colour theme to 'moonlight'

This commit is contained in:
2021-07-31 21:45:46 +02:00
parent 87e4cfe1f2
commit aedf0ba2e3
2 changed files with 3 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ call plug#begin(stdpath('data') . '/plugged')
Plug 'kyoz/purify', { 'rtp': 'vim' }
Plug 'joshdick/onedark.vim'
Plug 'ayu-theme/ayu-vim'
Plug 'Brettm12345/moonlight.vim'
" Editor extensions
Plug 'neomake/neomake'