diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-03-27 22:04:45 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-03-27 22:04:45 +0200 |
| commit | 6e65e2a5734f2834043d0cad6fbbbfbabd0eb3a4 (patch) | |
| tree | 1d3aa1b7224c68b1c5561fbf3f5e1e980ca8e0c0 /nvim/plugins.vim | |
| parent | bc14658651f48cec4909f45319636ceb2207360f (diff) | |
| download | dotfiles-6e65e2a5734f2834043d0cad6fbbbfbabd0eb3a4.tar.gz dotfiles-6e65e2a5734f2834043d0cad6fbbbfbabd0eb3a4.tar.bz2 dotfiles-6e65e2a5734f2834043d0cad6fbbbfbabd0eb3a4.zip | |
Vim plugin emmet
Diffstat (limited to 'nvim/plugins.vim')
| -rw-r--r-- | nvim/plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/plugins.vim b/nvim/plugins.vim index e1f699a..02e8846 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim | |||
| @@ -7,6 +7,10 @@ endif | |||
| 7 | 7 | ||
| 8 | call plug#begin() | 8 | call plug#begin() |
| 9 | Plug 'romainl/vim-cool' | 9 | Plug 'romainl/vim-cool' |
| 10 | |||
| 10 | Plug 'tpope/vim-surround' | 11 | Plug 'tpope/vim-surround' |
| 12 | Plug 'tpope/vim-repeat' | ||
| 13 | |||
| 14 | Plug 'mattn/emmet-vim' | ||
| 11 | call plug#end() | 15 | call plug#end() |
| 12 | 16 | ||
