mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Added the goyo plugin, which hides everything that isn't your document
for more distraction-free development
This commit is contained in:
parent
6e7861dc87
commit
366bdb715c
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -100,3 +100,6 @@
|
|||
[submodule "vim/bundle/rust.vim"]
|
||||
path = vim/bundle/rust.vim
|
||||
url = https://github.com/wting/rust.vim.git
|
||||
[submodule "vim/bundle/goyo.vim"]
|
||||
path = vim/bundle/goyo.vim
|
||||
url = https://github.com/junegunn/goyo.vim.git
|
||||
|
|
1
vim/bundle/goyo.vim
Submodule
1
vim/bundle/goyo.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5bea57ebf5ef1ef0b5ebf2e6cc6062bf94cd87f2
|
Loading…
Reference in a new issue