Skip to content

Instantly share code, notes, and snippets.

View yunusemrecan's full-sized avatar

Yunus Emre Can SARIBIYIK yunusemrecan

View GitHub Profile
" vim: fdm=marker foldenable sw=4 ts=4 sts=4
"{{{ Plugins
call plug#begin('~/.vim/plugged')
" Track the engine.
Plug 'SirVer/ultisnips'
" Snippets are separated from the engine. Add this if you want them:
Plug 'honza/vim-snippets'
Plug 'scrooloose/nerdcommenter'
Plug 'mattn/emmet-vim'