hot-reload.vim
A (Neo)vim plugin for Flutter to automatically hot reload the project every time a file is saved
Vim script★ 67⑂ 4 forksupdated 5 years ago
git clone https://github.com/autolyticus/hot-reload.vim.gitautolyticus/hot-reload.vimREADME.mdfork it — it’s yours
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.
more like this
vim-dap
Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol
Vim Script★ 50