Changeset 6fa43d9 in dotfiles for vim


Ignore:
Timestamp:
Jun 19, 2021, 1:56:40 AM (4 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
26a4eeb
Parents:
cf11489
Message:

Add vim-surround to vim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vim/.vimrc

    rcf11489 r6fa43d9  
    66call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged')
    77Plug 'tpope/vim-fugitive'
     8Plug 'tpope/vim-surround'
    89Plug 'qbbr/vim-symfony'
    910Plug 'vim-syntastic/syntastic'
Note: See TracChangeset for help on using the changeset viewer.