add markdown snippets, remove typescript-tools
This commit is contained in:
@@ -51,7 +51,7 @@ Plug 'elzr/vim-json', { 'for': 'json' } " JSON support
|
|||||||
" Plug 'Quramy/tsuquyomi', { 'for': 'typescript', 'do': 'npm install' } " extended typescript support - works as a client for TSServer
|
" Plug 'Quramy/tsuquyomi', { 'for': 'typescript', 'do': 'npm install' } " extended typescript support - works as a client for TSServer
|
||||||
Plug 'Shougo/vimproc.vim', { 'do': 'make' } " interactive command execution in vim
|
Plug 'Shougo/vimproc.vim', { 'do': 'make' } " interactive command execution in vim
|
||||||
Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } " typescript support
|
Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } " typescript support
|
||||||
Plug 'clausreinke/typescript-tools.vim', { 'for': 'typescript' } " typescript tools
|
" Plug 'clausreinke/typescript-tools.vim', { 'for': 'typescript' } " typescript tools
|
||||||
" Plug 'juvenn/mustache.vim', { 'for': 'mustache' } " mustache support
|
" Plug 'juvenn/mustache.vim', { 'for': 'mustache' } " mustache support
|
||||||
Plug 'mustache/vim-mustache-handlebars' " mustach support
|
Plug 'mustache/vim-mustache-handlebars' " mustach support
|
||||||
Plug 'digitaltoad/vim-jade', { 'for': 'jade' } " jade support
|
Plug 'digitaltoad/vim-jade', { 'for': 'jade' } " jade support
|
||||||
|
|||||||
@@ -5,3 +5,5 @@ snippet a
|
|||||||
[${1:text}](${2:http://})
|
[${1:text}](${2:http://})
|
||||||
snippet img
|
snippet img
|
||||||

|

|
||||||
|
snippet fit
|
||||||
|
# [fit]
|
||||||
|
|||||||
Reference in New Issue
Block a user