From 5b18e0bc04484db9c1c9a9ddb212e098e42463fe Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:37:58 +0200 Subject: [PATCH] chore: Improve README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 84fce9c..27c8141 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ It's completely customizable and even supports highlighting of the values. +## Features + +* 🔍 Search for deeply nested keys - `expo.android.imageAsset.0.uri` +* 🎨 See values with their correct syntax highlighting (numbers, strings, booleans, null; configurable) +* 💻 Use your LSP or the built-in JSON parser +* 🫣 Automatic concealment based on your configuration +* 📐 Everything completely customizable! + ## Installation Install with your favorite plugin manager, for example with [lazy.nvim](https://github.com/folke/lazy.nvim):