Skip to content

A quickrun hook to automatically complete the ":vim9script" line to code block.

License

Notifications You must be signed in to change notification settings

mityu/vim-quickrun-hook-auto_run_in_vim9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

A quickrun hook to automatically complete the ":vim9script" line to code block.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published