Skip to content

virakkhun/flatjson.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatjson.nvim

a small plugin to flatten the json object to show on a window.

Demo

Demo

Usage

  • Use :FlatJSON to flat the json and print on the window
  • Use <leader>f to flat the json and print on the window
  • Use q to quit the window

Installation

lazyvim

return {
  { "virakkhun/flatjson.nvim" }
}

Note

Please quit in order to reload, need to improve here

Why??

Working with i18n I often find it's hard to find a key with very nested object while we store it inside the json file. SO HERE I THINK IT WILL HELP ME A BIT

Inspiration of plugin creation ✨

tj devries's plugin creation yt video

About

a plugin to flat json object and display it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published