Creating a Vim PlugIn from scratch is not that hard!!!
Joe Benjamin
A lot of times when writing CSS, there is a need to convert from pixels to em and vice versa. This video will show you from scratch how I created a plugin to do that work for me. Even if you are not interested in that plugin, you will still get to see how a plugin can be created and made available for others to download and use.
I use Vim-Plug to handle my plugins and can also use it to pull in my local plugin. Once developed and tested locally, I can push it to GitHub and then use Vim-Plug to install it as well.
Plugin located here - https://github.com/joedbenjamin/pixelemconverter
My vimrc/init.vim file is here -https://github.com/joedbenjamin/nvim/blob/master/init.vim ... https://www.youtube.com/watch?v=jKBOhH6EZRg
538754334 Bytes