All Projects → reisub0 → Hot Reload.vim

reisub0 / Hot Reload.vim

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

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Hot Reload.vim

Tmux Complete.vim
Vim plugin for insert mode completion of words in adjacent tmux panes
Stars: ✭ 447 (+1254.55%)
Mutual labels:  neovim, vim-plugin, vim-plugins
Targets.vim
Vim plugin that provides additional text objects
Stars: ✭ 2,114 (+6306.06%)
Mutual labels:  neovim, vim-plugin, vim-plugins
Alchemist.vim
Elixir Integration Into Vim
Stars: ✭ 632 (+1815.15%)
Mutual labels:  neovim, vim-plugin, vim-plugins
Vim Dadbod Completion
Database autocompletion powered by https://github.com/tpope/vim-dadbod
Stars: ✭ 163 (+393.94%)
Mutual labels:  neovim, vim-plugin, vim-plugins
Context.vim
Vim plugin that shows the context of the currently visible buffer contents
Stars: ✭ 688 (+1984.85%)
Mutual labels:  neovim, vim-plugin, vim-plugins
Visual Split.vim
Vim plugin to control splits with visual selections or text objects
Stars: ✭ 190 (+475.76%)
Mutual labels:  neovim, vim-plugin, vim-plugins
Lens.vim
A Vim Automatic Window Resizing Plugin
Stars: ✭ 381 (+1054.55%)
Mutual labels:  neovim, vim-plugin
Nnn.vim
File manager for vim/neovim powered by n³
Stars: ✭ 414 (+1154.55%)
Mutual labels:  neovim, vim-plugin
Vim Markdown Toc
A vim 7.4+ plugin to generate table of contents for Markdown files.
Stars: ✭ 427 (+1193.94%)
Mutual labels:  vim-plugin, vim-plugins
Vim Markdown Composer
An asynchronous markdown preview plugin for Vim and Neovim.
Stars: ✭ 501 (+1418.18%)
Mutual labels:  neovim, vim-plugin
Vim Dadbod Ui
Simple UI for https://github.com/tpope/vim-dadbod
Stars: ✭ 315 (+854.55%)
Mutual labels:  neovim, vim-plugins
Nerdcommenter
Vim plugin for intensely nerdy commenting powers
Stars: ✭ 4,454 (+13396.97%)
Mutual labels:  vim-plugin, vim-plugins
Vim Plugins Profile
🕓 Profile Vim's plugins, generate awesome statistics and optimize (n)vim startup time
Stars: ✭ 508 (+1439.39%)
Mutual labels:  neovim, vim-plugins
Barbar.nvim
A neovim tabline plugin.
Stars: ✭ 359 (+987.88%)
Mutual labels:  neovim, vim-plugin
Pear Tree
A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
Stars: ✭ 327 (+890.91%)
Mutual labels:  vim-plugin, vim-plugins
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+13472.73%)
Mutual labels:  neovim, vim-plugin
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+881.82%)
Mutual labels:  neovim, vim-plugin
Tagbar
Vim plugin that displays tags in a window, ordered by scope
Stars: ✭ 5,322 (+16027.27%)
Mutual labels:  neovim, vim-plugins
Crease.vim
Easy foldtext customization for [neo]vim.
Stars: ✭ 19 (-42.42%)
Mutual labels:  neovim, vim-plugin
Vimtex
VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.
Stars: ✭ 3,609 (+10836.36%)
Mutual labels:  neovim, vim-plugin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].