Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 566 Bytes

File metadata and controls

17 lines (12 loc) · 566 Bytes

quickrun-hook-auto_run_in_vim9

A quickrun.vim hook to make it easy to run Vim9 script code block.

This demo is powered by autoplay.vim plugin. Thank you!

Example configuration

Write this in your .vimrc.

if !exists('g:quickrun_config')
  let g:quickrun_config = {}
endif
let g:quickrun_config.vim = {'hook/auto_run_in_vim9/enable': 1}