From 320cba04f3d2c9cc8a4fe32d3c3009f21bec51ac Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Thu, 27 May 2021 19:55:57 -0400 Subject: [PATCH] Add dim colorscheme and direnv plugin --- .gitmodules | 6 ++++++ vim/.vim/bundle/direnv | 1 + vim/.vim/bundle/vim-dim | 1 + vim/.vimrc | 2 +- 4 files changed, 9 insertions(+), 1 deletion(-) create mode 160000 vim/.vim/bundle/direnv create mode 160000 vim/.vim/bundle/vim-dim diff --git a/.gitmodules b/.gitmodules index 2e9d073..1244965 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vim/.vim/bundle/direnv b/vim/.vim/bundle/direnv new file mode 160000 index 0000000..ff37d76 --- /dev/null +++ b/vim/.vim/bundle/direnv @@ -0,0 +1 @@ +Subproject commit ff37d76da391e1ef299d2f5eb84006cb27a67799 diff --git a/vim/.vim/bundle/vim-dim b/vim/.vim/bundle/vim-dim new file mode 160000 index 0000000..8320a40 --- /dev/null +++ b/vim/.vim/bundle/vim-dim @@ -0,0 +1 @@ +Subproject commit 8320a40f12cf89295afc4f13eb10159f29c43777 diff --git a/vim/.vimrc b/vim/.vimrc index 534e7fa..f21a389 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -31,7 +31,7 @@ set nocompatible "{- INTERFACE -}" " Colors and syntax highlighting " - colorscheme peachpuff + colorscheme dim set background=dark filetype plugin on syntax on