Skip to content

Vim plugin for running deno functions from within

Notifications You must be signed in to change notification settings

kessibi/vim-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-deno

Vim plugin for running Deno commands within Vim.

Install

mkdir -p ~/.vim/pack/plugins/start
git clone https://github.com/kessibi/vim-deno ~/.vim/pack/plugins/start/vim-deno

.vimrc:

packloadall

Usage

For the moment, the commands available are:

  • :DenoFmt which formats the buffered file using deno fmt.

About the plugin

This is the first Vim plugin I wrote. It is inspired from the official Vim help and from the prettier/vim-prettier plugin.

About

Vim plugin for running deno functions from within

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published