some stuff i made

Visual Studio Code plugin

Open in Vim

The smoothest way to pop into vim from vscode. Opens current file in vim while preserving cursor position and working directory from vscode. Provides a slew of options for using Code's integrated terminal, using gvim, gnome-terminal, and more.

Has 900+ downloads and 5 stars in the Visual Studio Marketplace

Vim plugin

vim-html-template-literals

Syntax highlighting and indentation for html template literals as seen in lit-html and Poylmer 3. As far as I'm aware, this is the only available vim plugin to support this syntax.

Polymer-1 web componenet

promise-dialog

Wraps paper-dialog to elegantly integrate promises into the API. You can very quickly transition a paper-dialog to a promise-dialog to gain access to a promise that resolves/rejects when dialog closes based on which button was clicked (or other logic of your design). In many situations, this allows for drastically cleaner code.