Added my snippets as a git repo
This commit is contained in:
parent
1083501fd3
commit
327c41234f
1 changed files with 4 additions and 1 deletions
|
|
@ -72,6 +72,9 @@ Plug 'posva/vim-vue'
|
||||||
" Makes (un)commenting stuff much easier.
|
" Makes (un)commenting stuff much easier.
|
||||||
Plug 'preservim/nerdcommenter'
|
Plug 'preservim/nerdcommenter'
|
||||||
|
|
||||||
|
" My snippet file
|
||||||
|
Plug 'https://git.burschel.com/sebastian/emmet-snippets.git'
|
||||||
|
|
||||||
" My dark theme
|
" My dark theme
|
||||||
Plug 'SeBaBu/darcula'
|
Plug 'SeBaBu/darcula'
|
||||||
|
|
||||||
|
|
@ -267,7 +270,7 @@ nnoremap <leader>W <C-w>W
|
||||||
|
|
||||||
" Emmet
|
" Emmet
|
||||||
let g:user_emmet_leader_key=','
|
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:
|
" jedi-vim:
|
||||||
"let g:jedi#popup_on_dot = 1
|
"let g:jedi#popup_on_dot = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue