Skip to content

Commit

Permalink
pluggin.vim: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Sep 1, 2023
1 parent e304958 commit f8bf921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion root/.vim/vimrc.d/plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if has('nvim') || v:version >= 801
" let g:AutoPairsMapBS = 1
Plug 'markonm/traces.vim'

" do not use coc.nvim: https://github.com/neoclide/coc.nvim/wiki/Multiple-cursors-support
" fix conflict with autopairs
Plug 'jiangyinzuo/vim-visual-multi', {'branch': 'master'}
let g:VM_mouse_mappings = 1
let g:VM_theme = 'iceblue'
Expand Down Expand Up @@ -68,6 +68,7 @@ if !exists('g:vscode')

if has('nvim') || v:version >= 800
Plug 'SirVer/ultisnips'
" modify some snippets
Plug 'jiangyinzuo/vim-snippets', { 'branch': 'mysnippets' }
Plug 'lifepillar/vim-solarized8'
Plug 'voldikss/vim-translator'
Expand Down

0 comments on commit f8bf921

Please sign in to comment.