Add dim colorscheme and direnv plugin

This commit is contained in:
Andrew R. M 2021-05-27 19:55:57 -04:00
parent ab22a67b89
commit 320cba04f3
4 changed files with 9 additions and 1 deletions

6
.gitmodules vendored
View File

@ -31,3 +31,9 @@
[submodule "vim/.vim/bundle/vinegar"]
path = vim/.vim/bundle/vinegar
url = https://github.com/tpope/vim-vinegar
[submodule "direnv"]
path = vim/.vim/bundle/direnv
url = https://github.com/direnv/direnv.vim.git
[submodule "vim/.vim/bundle/vim-dim"]
path = vim/.vim/bundle/vim-dim
url = git@github.com:jeffkreeftmeijer/vim-dim.git

@ -0,0 +1 @@
Subproject commit ff37d76da391e1ef299d2f5eb84006cb27a67799

@ -0,0 +1 @@
Subproject commit 8320a40f12cf89295afc4f13eb10159f29c43777

View File

@ -31,7 +31,7 @@ set nocompatible
"{- INTERFACE -}"
" Colors and syntax highlighting "
colorscheme peachpuff
colorscheme dim
set background=dark
filetype plugin on
syntax on