diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 9c7a75d..c66831d 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -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 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