Feat: vim snippets
This commit is contained in:
parent
54b49ec564
commit
4bc14b752c
15
files/dotfiles/vim/UltiSnips/rst.snippets
Normal file
15
files/dotfiles/vim/UltiSnips/rst.snippets
Normal file
@ -0,0 +1,15 @@
|
||||
snippet index
|
||||
${1: Title}
|
||||
${1/./#/g}
|
||||
|
||||
:date: ${2: `date +%Y-%m-%d`}
|
||||
:modified: $2
|
||||
:authors: Bertrand Benjamin
|
||||
:category: ${3:Classe/niveau}
|
||||
:tags: ${4:Themes}
|
||||
:summary: $1
|
||||
|
||||
|
||||
Étape 1: ${5}
|
||||
=========${5/./=/g}
|
||||
endsnippet
|
@ -20,6 +20,8 @@ let g:UltiSnipsEditSplit='vertical'
|
||||
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
|
||||
" let g:UltiSnipsExpandTrigger="tab"
|
||||
let g:UltiSnipsExpandTrigger="<c-k>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<c-k>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<c-j>"
|
||||
|
||||
" Airline
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
Loading…
Reference in New Issue
Block a user