2021-11-13 03:14 PM
I personally like Vim as an editor. But it lacks of toolchains support for embedded development especially on Windows operating system. May I know if someone manage to find the right recipe?
2021-11-14 03:49 PM
Looks like you can get VIM plugins for Eclipse.
https://marketplace.eclipse.org/content/vrapper-vim
I doubt anyone is going to invest in making an entire IDE for such a small audience.
2021-11-15 05:29 PM
Thanks @TDK , but the reason I prefer Vim is to avoid IDE like eclipse which in my personal view is too heavy weight.
I am thinking to do the development process via command line. So in CubeMX I can choose to generate the project as Makefile. But then I need to find out how to build, debug via command line. For Linux this is easier, but for windows, I am not so sure.