From 300984f5128bb6c6d9f55a2c7af45bdda504fee8 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 11 Sep 2024 17:15:51 +0200 Subject: [PATCH] add colorscheme --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index f581304..380bf18 100644 --- a/.vimrc +++ b/.vimrc @@ -15,6 +15,7 @@ Plug 'preservim/nerdtree' Plug 'vim-airline/vim-airline' Plug 'tpope/vim-fugitive' Plug 'xuyuanp/nerdtree-git-plugin' +Plug 'flazz/vim-colorschemes' call plug#end() @@ -43,3 +44,5 @@ set tabstop=2 set shiftwidth=2 set softtabstop=2 set expandtab + +colorscheme chalkboard