Skip to content

Instantly share code, notes, and snippets.

@sammarxz
Created March 31, 2022 15:43
Show Gist options
  • Save sammarxz/969313510423a0fb55b652b78bc28064 to your computer and use it in GitHub Desktop.
Save sammarxz/969313510423a0fb55b652b78bc28064 to your computer and use it in GitHub Desktop.
call plug#begin('~/.local/share/nvim/plugged')
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
call plug#end()
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<tab>"
let g:UltiSnipsJumpBackwardTrigger="<c-b>"
let g:UltiSnipsSnippetDirectories=[$HOME.'/.vim/UltiSnips']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment