Merge branch 'master' of bitbucket.org:jab2870/vim-config

master
Jonathan Hodgson 7 years ago
commit 42dd3ce731
  1. 9
      .gitmodules
  2. 2
      .vimrc
  3. 1
      bundle/goyo.vim
  4. 1
      bundle/vim-css-color
  5. 1
      bundle/vim-markdown

9
.gitmodules vendored

@ -19,15 +19,9 @@
[submodule "bundle/matchit"]
path = bundle/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"]
path = bundle/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"]
path = bundle/TeX-PDF
url = https://github.com/vim-scripts/TeX-PDF
@ -46,3 +40,6 @@
[submodule "bundle/vim-table-mode"]
path = bundle/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

@ -297,7 +297,7 @@ endfun
"Make web files fold on indent {{{2
augroup file_web
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
" Add Html maps, Currently only pandoc conversion {{{2

@ -0,0 +1 @@
Subproject commit 64e750f726d8758c493931938a17c50f75e6f823

@ -1 +0,0 @@
Subproject commit 417eaf8a20a6208e34ff167f5636b20f8f812ed8

@ -1 +0,0 @@
Subproject commit 2cd50d2ca657091c6aa787a3847284fb4cceff49
Loading…
Cancel
Save