Update Submodules
Also, add manual foldmethod
This commit is contained in:
parent
47694e5fbe
commit
552bb5d263
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,9 +16,6 @@
|
|||||||
[submodule ".vim/bundle/vim-vinegar"]
|
[submodule ".vim/bundle/vim-vinegar"]
|
||||||
path = .vim/bundle/vim-vinegar
|
path = .vim/bundle/vim-vinegar
|
||||||
url = git://github.com/tpope/vim-vinegar.git
|
url = git://github.com/tpope/vim-vinegar.git
|
||||||
[submodule ".vim/plugin/vim-rest-console"]
|
|
||||||
path = .vim/plugin/vim-rest-console
|
|
||||||
url = https://github.com/diepm/vim-rest-console.git
|
|
||||||
[submodule ".vim/bundle/vim-rest-console"]
|
[submodule ".vim/bundle/vim-rest-console"]
|
||||||
path = .vim/bundle/vim-rest-console
|
path = .vim/bundle/vim-rest-console
|
||||||
url = https://github.com/diepm/vim-rest-console.git
|
url = https://github.com/diepm/vim-rest-console.git
|
||||||
|
@ -11,6 +11,7 @@ execute pathogen#infect()
|
|||||||
|
|
||||||
" General Settings {{
|
" General Settings {{
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
set foldmethod=manual
|
||||||
|
|
||||||
" VimCrypt encryption method
|
" VimCrypt encryption method
|
||||||
set cm=blowfish2
|
set cm=blowfish2
|
||||||
|
Loading…
Reference in New Issue
Block a user