Skip to content

easy way to run codes in code blocks, such as python.

Notifications You must be signed in to change notification settings

peter-lyr/vim-run-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

介绍

该插件可以帮你快速执行代码块中的代码。

依赖

call plug#begin('~/.vim/bundle')
Plug 'peter-lyr/vim-get-blocks'
Plug 'skywind3000/asyncrun.vim'
call plug#end()

安装

我更倾向于使用vim-plug( https://github.com/junegunn/vim-plug/ )管理器来安装:

call plug#begin('~/.vim/bundle')
Plug 'peter-lyr/vim-run-blocks'
call plug#end()

用法

  • <F7>,新开一个标签页执行。
  • <F8>,异步打开quick fix执行。

About

easy way to run codes in code blocks, such as python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published