Skip to content

koskev/jsonnet-tools.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonnet-tools.nvim

This is a simple plugin to make working with jsonnet easier. Designed to be used with grustonnet

Components

Preview

Allows for a live preview of the jsonnet code

Debugger

Adds a default configuraion for jsonnet debugging. Jpaths, extvars, and excode is pulled from the language server

Installation

lazy.nvim

{
	"koskev/jsonnet-tools.nvim",
	ependencies = { 'mfussenegger/nvim-dap' },
	opts = {},
},

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors