Emmet
This commit is contained in:
parent
46cc521e3c
commit
77b66e7565
1 changed files with 4 additions and 1 deletions
|
@ -85,6 +85,9 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
Plug 'L3MON4D3/LuaSnip'
|
||||
Plug 'rafamadriz/friendly-snippets'
|
||||
|
||||
" Emmet Completion
|
||||
Plug 'mattn/emmet-vim'
|
||||
|
||||
Plug 'VonHeikemen/lsp-zero.nvim'
|
||||
|
||||
Plug 'nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }
|
||||
|
|
Loading…
Add table
Reference in a new issue