feat: add solarized dark theme
This commit is contained in:
parent
f1bc810412
commit
99aba01d79
3 changed files with 14 additions and 0 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue