Add emmet-vim plugin to nvim config

This commit is contained in:
Wiktor Zykubek 2019-10-19 10:08:33 +02:00
parent bb56ace4dc
commit 9b9951e50c

View File

@ -29,9 +29,9 @@ call plug#begin('~/.config/nvim/bundle')
Plug 'https://github.com/junegunn/goyo.vim'
Plug '~/.config/nvim/bundle/i3-vim-syntax'
Plug 'https://github.com/itchyny/lightline.vim'
Plug '~/.config/nvim/bundle/lightline-biual'
Plug 'https://github.com/vim-python/python-syntax'
Plug 'https://github.com/rafaqz/ranger.vim'
Plug '~/.config/nvim/bundle/lightline-biual'
Plug 'https://github.com/cakebaker/scss-syntax.vim'
Plug 'https://github.com/SirVer/ultisnips'
Plug 'https://github.com/honza/vim-snippets'