feat: add solarized dark theme

This commit is contained in:
Michael Mandl 2022-02-20 12:25:12 +01:00
parent f1bc810412
commit 99aba01d79
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
3 changed files with 14 additions and 0 deletions

View file

@ -21,6 +21,9 @@ return require('packer').startup(function(use)
-- Let Packer manage itself
use('wbthomason/packer.nvim')
-- Themes
use('altercation/vim-colors-solarized')
-- git commands
use('tpope/vim-fugitive')