Merge branch 'master' of bitbucket.org:jab2870/vim-config
This commit is contained in:
commit
42dd3ce731
5 changed files with 5 additions and 9 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -19,15 +19,9 @@
|
||||||
[submodule "bundle/matchit"]
|
[submodule "bundle/matchit"]
|
||||||
path = bundle/matchit
|
path = bundle/matchit
|
||||||
url = https://github.com/tmhedberg/matchit
|
url = https://github.com/tmhedberg/matchit
|
||||||
[submodule "bundle/vim-css-color"]
|
|
||||||
path = bundle/vim-css-color
|
|
||||||
url = https://github.com/skammer/vim-css-color
|
|
||||||
[submodule "bundle/vim-css3-syntax"]
|
[submodule "bundle/vim-css3-syntax"]
|
||||||
path = bundle/vim-css3-syntax
|
path = bundle/vim-css3-syntax
|
||||||
url = https://github.com/hail2u/vim-css3-syntax
|
url = https://github.com/hail2u/vim-css3-syntax
|
||||||
[submodule "bundle/vim-markdown"]
|
|
||||||
path = bundle/vim-markdown
|
|
||||||
url = https://github.com/plasticboy/vim-markdown.git
|
|
||||||
[submodule "bundle/TeX-PDF"]
|
[submodule "bundle/TeX-PDF"]
|
||||||
path = bundle/TeX-PDF
|
path = bundle/TeX-PDF
|
||||||
url = https://github.com/vim-scripts/TeX-PDF
|
url = https://github.com/vim-scripts/TeX-PDF
|
||||||
|
@ -46,3 +40,6 @@
|
||||||
[submodule "bundle/vim-table-mode"]
|
[submodule "bundle/vim-table-mode"]
|
||||||
path = bundle/vim-table-mode
|
path = bundle/vim-table-mode
|
||||||
url = https://github.com/dhruvasagar/vim-table-mode
|
url = https://github.com/dhruvasagar/vim-table-mode
|
||||||
|
[submodule "bundle/goyo.vim"]
|
||||||
|
path = bundle/goyo.vim
|
||||||
|
url = https://github.com/junegunn/goyo.vim
|
||||||
|
|
2
.vimrc
2
.vimrc
|
@ -297,7 +297,7 @@ endfun
|
||||||
"Make web files fold on indent {{{2
|
"Make web files fold on indent {{{2
|
||||||
augroup file_web
|
augroup file_web
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType html,css,less,javascript,php setlocal foldmethod=indent foldenable
|
autocmd FileType html,xhtml,css,less,javascript,php setlocal foldmethod=indent foldenable
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" Add Html maps, Currently only pandoc conversion {{{2
|
" Add Html maps, Currently only pandoc conversion {{{2
|
||||||
|
|
1
bundle/goyo.vim
Submodule
1
bundle/goyo.vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 64e750f726d8758c493931938a17c50f75e6f823
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 417eaf8a20a6208e34ff167f5636b20f8f812ed8
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 2cd50d2ca657091c6aa787a3847284fb4cceff49
|
|
Loading…
Add table
Add a link
Reference in a new issue