Skip to content

A (Neo)vim plugin for Flutter to automatically hot reload the project every time a file is saved

Notifications You must be signed in to change notification settings

autolyticus/hot-reload.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

A short and sweet vim plugin that triggers Hot Reload every time you save a dart file.

To install, use your favourite plugin manager.

I use vim-plug:

Plug 'reisub0/hot-reload.vim'

There's no need for a pid-file flag anymore, due to getting the pid of the flutter process dynamically.

Then, every time you save the file, Hot reload will be automatically triggered by sending a SIGUSR1 to flutter.

About

A (Neo)vim plugin for Flutter to automatically hot reload the project every time a file is saved

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published