From 4bce0a21747296bd11058b1c4425e3eff0d4da14 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 2 May 2017 12:03:56 +0100 Subject: [PATCH 1/4] Remove vim-markdown, using vim-pandoc now instead --- .gitmodules | 3 --- bundle/vim-markdown | 1 - 2 files changed, 4 deletions(-) delete mode 160000 bundle/vim-markdown diff --git a/.gitmodules b/.gitmodules index e2b6e56..f047f42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,6 @@ [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 diff --git a/bundle/vim-markdown b/bundle/vim-markdown deleted file mode 160000 index 2cd50d2..0000000 --- a/bundle/vim-markdown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2cd50d2ca657091c6aa787a3847284fb4cceff49 From 5472af22b057d9e792f9629c2f540bd7aec377b0 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 2 May 2017 12:07:59 +0100 Subject: [PATCH 2/4] Remove css color --- .gitmodules | 3 --- bundle/vim-css-color | 1 - 2 files changed, 4 deletions(-) delete mode 160000 bundle/vim-css-color diff --git a/.gitmodules b/.gitmodules index f047f42..5fc9b87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,9 +19,6 @@ [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 diff --git a/bundle/vim-css-color b/bundle/vim-css-color deleted file mode 160000 index 417eaf8..0000000 --- a/bundle/vim-css-color +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 417eaf8a20a6208e34ff167f5636b20f8f812ed8 From 8e64d5330639f6a0411d0286acef5203aa657250 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 4 May 2017 10:54:02 +0100 Subject: [PATCH 3/4] Add xhtml to web files --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 58fbd5e..5b9193c 100644 --- a/.vimrc +++ b/.vimrc @@ -245,7 +245,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 From 7920d03e10df4675b4db5e6b7fe5af0674f404b7 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 4 May 2017 15:15:44 +0100 Subject: [PATCH 4/4] Add goyo --- .gitmodules | 3 +++ bundle/goyo.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/goyo.vim diff --git a/.gitmodules b/.gitmodules index 5fc9b87..963e405 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,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 diff --git a/bundle/goyo.vim b/bundle/goyo.vim new file mode 160000 index 0000000..64e750f --- /dev/null +++ b/bundle/goyo.vim @@ -0,0 +1 @@ +Subproject commit 64e750f726d8758c493931938a17c50f75e6f823