Skip to content

blacktrub/neovim-typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

About project

This is a plugin which can help you to convert your JSON data to python typed dicts right in neovim

Demo

neovimtyper-preview

Before you go

You need to install the program for being able to transform your json to python types.

pip install dict-typer

How to install the plugin

You can install it right from Github with your favorite plugin manager, e.g.

Plug 'blacktrub/neovim-typer'

Hotkey

Add this to your init.lua

vim.api.nvim_set_keymap('v', '<C-s>t', '<Esc>:NvimTyper<cr>', { noremap = true, silent = true })

About

Neovim plugin for fast converting json to python typed dict

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published