Skip to content

Commit 6252024

Browse files
committed
feat(vim): add plugin 'context.vim'
A plugin that shows the context of the currently visible buffer contents.
1 parent 8c33c2d commit 6252024

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vim/vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,9 @@ Plug 'matze/vim-move'
475475
" 将代码从多行转换为单行或将单行转换为多行.
476476
Plug 'AndrewRadev/splitjoin.vim'
477477

478+
" 浏览源代码时, 进行上下文提示, 使能掌握当前代码所属位置.
479+
Plug 'wellle/context.vim'
480+
478481
" }}
479482

480483
" 加载自定义插件的配置文件.

0 commit comments

Comments
 (0)