DEV Community

Discussion on: Why I use Vim

Collapse
 
iggredible profile image
Igor Irianto • Edited

Yup. Many IDEs' Vim extensions are great. They are not perfect, but for everyday purposes, plugins are more than enough to help develop Vim muscle!

I personally never developed with Flutter, so I can't help much. If you ever make the jump to use vim/neovim directly (not through IDE extensions), I think something like github.com/iamcco/coc-flutter might be a good place to start. Plus github.com/sheerun/vim-polyglot has dart support (I use vim-polyglot for all my language needs).

Best of luck!