Skip to content

Commit

Permalink
Move g:UltiSnipsEnableSnipMate to core/plug.vim
Browse files Browse the repository at this point in the history
As a workaround of SirVer/ultisnips#1424.
  • Loading branch information
g6ai committed Jan 19, 2022
1 parent 5d1be0b commit 1d5a54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .chezmoitemplates/vim/core/plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ Plug 'kevinhwang91/nvim-hlslens'
Plug 'kevinhwang91/nvim-bqf'
{{ end -}}
call plug#end()

" These options won't work in plugin dir
let g:UltiSnipsEnableSnipMate = 0
1 change: 0 additions & 1 deletion .chezmoitemplates/vim/plugin/ultisnips.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ let g:UltiSnipsJumpForwardTrigger = "<tab>"
let g:UltiSnipsJumpBackwardTrigger = "<s-tab>"
{{ list "let g:UltiSnipsSnippetStorageDirectoryForUltiSnipsEdit = '" .rtp "/Ultisnips'" | join "" }}
"let g:UltiSnipsEditSplit = "vertical"
let g:UltiSnipsEnableSnipMate = 0

0 comments on commit 1d5a54a

Please sign in to comment.