Add custom snippets
This commit is contained in:
parent
cb32e85d5c
commit
728fc1cc94
4
custom-snippets/haskell.snippets
Normal file
4
custom-snippets/haskell.snippets
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
snippet docsec
|
||||||
|
------------------------
|
||||||
|
--[ ${0:DOCUMENT SECTION} ]--
|
||||||
|
------------------------
|
2
custom-snippets/markdown.snippets
Normal file
2
custom-snippets/markdown.snippets
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
snippet tc
|
||||||
|
\textcolor{${1:red}}{${0}}
|
1
vimrc
1
vimrc
@ -183,6 +183,7 @@ if has('conceal')
|
|||||||
endif
|
endif
|
||||||
" Enable snipMate compatibility feature.
|
" Enable snipMate compatibility feature.
|
||||||
let g:neosnippet#enable_snipmate_compatibility = 1
|
let g:neosnippet#enable_snipmate_compatibility = 1
|
||||||
|
let g:neosnippet#snippets_directory='~/.vim/custom-snippets'
|
||||||
|
|
||||||
|
|
||||||
" vim airline
|
" vim airline
|
||||||
|
Loading…
Reference in New Issue
Block a user