Github flavored markdown support
This commit is contained in:
parent
90d467ab06
commit
602e995746
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -352,3 +352,6 @@
|
|||||||
[submodule "vim/bundle/bbommarito-vim-slim"]
|
[submodule "vim/bundle/bbommarito-vim-slim"]
|
||||||
path = vim/bundle/bbommarito-vim-slim
|
path = vim/bundle/bbommarito-vim-slim
|
||||||
url = https://github.com/bbommarito/vim-slim.git
|
url = https://github.com/bbommarito/vim-slim.git
|
||||||
|
[submodule "vim/bundle/jtratner-vim-flavored-markdown"]
|
||||||
|
path = vim/bundle/jtratner-vim-flavored-markdown
|
||||||
|
url = https://github.com/jtratner/vim-flavored-markdown.git
|
||||||
|
1
vim/bundle/jtratner-vim-flavored-markdown
Submodule
1
vim/bundle/jtratner-vim-flavored-markdown
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 7e5db144a6135805e9e7772b3db66fe2999e5bdf
|
6
vim/plugin/settings/gh-markdown.vim
Normal file
6
vim/plugin/settings/gh-markdown.vim
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
" Support for github flavored markdown
|
||||||
|
" via https://github.com/jtratner/vim-flavored-markdown
|
||||||
|
augroup markdown
|
||||||
|
au!
|
||||||
|
au BufNewFile,BufRead *.md,*.markdown setlocal filetype=ghmarkdown
|
||||||
|
augroup END
|
Loading…
Reference in New Issue
Block a user