Skip to content

SaschaMendel/vim-quicktype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vim-quicktype

Simple quicktype wrapper for (neo)vim.

Requirements

Install quicktype to use this plugin

npm install -g quicktype

Installation

vim-plug

Add to plugin list:

 Plug 'SaschaMendel/vim-quicktype'

Usage

QuickType can be ran on selection or on the whole file.

Example

Select text with visual mode and run:

:QuickType <?source>

Output of quicktype will replace selection/file.

The default source is json and the generation language is inferred from current filetype

About

Simple quicktype wrapper for (neo)vim

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors