This commit is contained in:
ManjaroOne666 2018-12-08 09:39:20 +00:00
parent 47b4223662
commit 2537ec5b3a
2 changed files with 2 additions and 1 deletions

View File

@ -160,3 +160,4 @@ endsnippet
snippet bs "box-shadow ...;"
box-shadow: ${1:0} ${2:0} $3px $4px ${5:#000} ${6:inset};
endsnippet

2
vimrc
View File

@ -352,7 +352,7 @@ if g:vimrc_load_dev_plugins
let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
let g:UltiSnipsExpandTrigger='<c-j>'
let g:UltiSnipsExpandTrigger='<tab>'
let g:UltiSnipsJumpForwardTrigger='<tab>'
let g:UltiSnipsJumpBackwardTrigger='<s-tab>'
let g:UltiSnipsEditSplit='horizontal'