diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-06 10:42:03 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-06 10:42:03 +0100 |
| commit | 5454deef3a0b00f55201135ce5a56112eb410ace (patch) | |
| tree | 0bddc97db62d33ff0e879f57af4bb9e849fb0354 /.pluggins.vim | |
| parent | 3f43577b18d310e182b7d212fe1cfedc99dd9d28 (diff) | |
| download | dotfiles-5454deef3a0b00f55201135ce5a56112eb410ace.tar.gz dotfiles-5454deef3a0b00f55201135ce5a56112eb410ace.tar.bz2 dotfiles-5454deef3a0b00f55201135ce5a56112eb410ace.zip | |
Added tag search/generate in vim
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index ed675c5..6a58b7e 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -12,6 +12,7 @@ call plug#begin() Plug 'tpope/vim-fugitive' " git wrapper Plug 'junegunn/vim-easy-align' " align " Plug 'easymotion/vim-easymotion' " TODO very intresting + Plug 'ludovicchabant/vim-gutentags' " generate tags in project root " markdown preview in browser " Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} |
