Add dim colorscheme and direnv plugin
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -31,3 +31,9 @@
|
|||||||
[submodule "vim/.vim/bundle/vinegar"]
|
[submodule "vim/.vim/bundle/vinegar"]
|
||||||
path = vim/.vim/bundle/vinegar
|
path = vim/.vim/bundle/vinegar
|
||||||
url = https://github.com/tpope/vim-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
|
||||||
|
|||||||
1
vim/.vim/bundle/direnv
Submodule
1
vim/.vim/bundle/direnv
Submodule
Submodule vim/.vim/bundle/direnv added at ff37d76da3
1
vim/.vim/bundle/vim-dim
Submodule
1
vim/.vim/bundle/vim-dim
Submodule
Submodule vim/.vim/bundle/vim-dim added at 8320a40f12
@@ -31,7 +31,7 @@ set nocompatible
|
|||||||
"{- INTERFACE -}"
|
"{- INTERFACE -}"
|
||||||
|
|
||||||
" Colors and syntax highlighting "
|
" Colors and syntax highlighting "
|
||||||
colorscheme peachpuff
|
colorscheme dim
|
||||||
set background=dark
|
set background=dark
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
syntax on
|
syntax on
|
||||||
|
|||||||
Reference in New Issue
Block a user