README
vim-cli-wrapper
Node.js tool for vim project management: Adds an edit
global command that will open files in existing vim windows or will create a new window vim for the folder.
Install
npm i -g vim-cli-wrapper
License
MIT
A wrapper over vim executable for friendly project editing.
<script type="module">
import vimCliWrapper from 'https://cdn.skypack.dev/vim-cli-wrapper';
</script>
Node.js tool for vim project management: Adds an edit
global command that will open files in existing vim windows or will create a new window vim for the folder.
npm i -g vim-cli-wrapper
MIT