Added my snippets as a git repo

This commit is contained in:
Sebastian 2021-10-11 10:22:07 +02:00
parent 1083501fd3
commit 327c41234f

View file

@ -72,6 +72,9 @@ Plug 'posva/vim-vue'
" Makes (un)commenting stuff much easier.
Plug 'preservim/nerdcommenter'
" My snippet file
Plug 'https://git.burschel.com/sebastian/emmet-snippets.git'
" My dark theme
Plug 'SeBaBu/darcula'
@ -267,7 +270,7 @@ nnoremap <leader>W <C-w>W
" Emmet
let g:user_emmet_leader_key=','
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/customizations/vim-emmet-mysnippets.json')), "\n"))
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/bundle/emmet-snippets/customizations/vim-emmet-mysnippets.json')), "\n"))
" jedi-vim:
"let g:jedi#popup_on_dot = 1