Skip to content

Commit

Permalink
fix(vimrc): vimux load error in vim7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Feb 14, 2024
1 parent f0677bd commit b743bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/.vim/vimrc.d/plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ if !exists('g:vscode')
vnoremap <silent><C-w>m :MaximizerToggle<CR>gv
inoremap <silent><C-w>m <C-o>:MaximizerToggle<CR>
Plug 'preservim/vimux'
" Remove ~/.vim/autoload/detect_indent.vim
" Since: v0.12.0
if v:version >= 901
Expand Down Expand Up @@ -106,6 +105,7 @@ if !exists('g:vscode')
Plug 'tpope/vim-characterize'

if has('nvim') || v:version >= 800
Plug 'preservim/vimux'
Plug 'SirVer/ultisnips'
" 大多数情况下使用coc-ultisnips的回车键补全,若遇到tb23
" 这样的补全,使用F12
Expand Down

0 comments on commit b743bed

Please sign in to comment.