-
As I got too much into jq by attempting to port a Vim-only jq playground plugin to be compatible with Neovim as well, I wished for something that would quickly tell me how to access the value under the cursor in a JSON file. I knew treesitter was good at this stuff, so I studied just enough to implement this.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
As I got too much into jq by attempting to port a Vim-only jq playground plugin to be compatible with Neovim as well, I wished for something that would quickly tell me how to access the value under the cursor in a JSON file. I knew treesitter was good at this stuff, so I studied just enough to implement this.
-
-
Isn't that task something which should be handled by a lsp server like Jsonls?
-
Sure, but note that I cobbled it together from this blogpost and from peeking at blamer.nvim's source. I don't really know vimscript, so it might have an error or two and probably isn't the best way to do this: