Commit Graph

  • db4394d856
    Merge pull request #18 from Myzel394/add-jsonpath-support main Myzel394 2025-06-07 22:54:52 +02:00
  • fdbf1dd63a
    chore: Update README.md for new jsonpath integration Myzel394 2025-06-07 22:43:38 +02:00
  • a1c07adc00
    fix: Fix jsonpath node selection Myzel394 2025-06-07 22:43:20 +02:00
  • d0791d5f93
    chore(flake.nix) Add just Myzel394 2025-06-07 22:32:29 +02:00
  • 7a5fb0ddf3
    fix: Fix jsonpath node selection Myzel394 2025-06-07 22:32:16 +02:00
  • 2346a75cae
    feat(dev): Add flake.nix Myzel394 2025-06-06 12:55:07 +02:00
  • 0e5158a8d4
    chore: apply stylua Myzel394 2025-06-06 12:54:16 +02:00
  • 895e9adfdf
    fix: merge main Myzel394 2025-06-06 12:43:58 +02:00
  • d713d9ef38
    Merge pull request #20 from kletobias/custom-jsonfly Myzel394 2024-09-30 16:22:17 +02:00
  • 8fe79c2783
    fix: Fix fallback behavior; apply stylua Myzel394 2024-09-30 16:18:19 +02:00
  • cbff2a5659 fix(jsonfly.lua): resolve function buf_request_all to work with new nvim syntax and version changes not accounted for. Refactored LSP request handling in jsonfly.lua to combine results from multiple LSP responses and handle empty results more gracefully. Improved code readability and maintainability by restructuring the nested if-else blocks. Tobias Klein 2024-09-29 15:55:36 +02:00
  • 5b11ed0404
    feat: Add support for jsonpath Myzel394 2024-07-11 15:40:47 +02:00
  • 4d22028b13
    fix(docs): Fix formatting Myzel394 2024-06-02 20:57:05 +02:00
  • 96e8f2b8a3
    merge main issue-4-add-language-support Myzel394 2024-05-26 13:05:29 +02:00
  • ddbc0849cb
    Merge pull request #13 from Myzel394/fix-preview Myzel394 2024-05-26 00:33:47 +02:00
  • f072ccf710
    feat(docs): Add xml and yaml Myzel394 2024-05-26 00:31:54 +02:00
  • 31be7184ff
    fix: Improve parser Myzel394 2024-05-26 00:29:17 +02:00
  • ce0e163b8f
    feat: Add option to not show nested objects Myzel394 2024-05-25 19:18:03 +02:00
  • 5a2a67bff2
    Merge pull request #12 from Myzel394/11-fix-theme Myzel394 2024-05-12 21:53:05 +02:00
  • 3207a4fbef
    fix: Pass global config forward Myzel394 2024-05-12 21:51:43 +02:00
  • c3350797f9
    debug Myzel394 2024-05-12 19:35:34 +02:00
  • acd899ce82
    docs: Improve README.md Myzel394 2024-05-03 20:03:05 +02:00
  • 5536e5951d
    Merge pull request #9 from Myzel394/add-add-command Myzel394 2024-05-03 20:00:32 +02:00
  • 47775bb746
    fix: Small improvements Myzel394 2024-05-03 19:58:15 +02:00
  • 65cdbb3283
    fix: Improve edge case where file lines is shorter than BUFFER_SIZE Myzel394 2024-05-01 22:35:26 +02:00
  • 1c2fe2b24c
    docs: Add minified json hint Myzel394 2024-05-01 22:34:58 +02:00
  • b7ac8e81ed
    docs: Add info about inserting keys Myzel394 2024-05-01 22:09:57 +02:00
  • 66611884e0
    fix: Properly handle top level arrays Myzel394 2024-04-28 21:57:01 +02:00
  • 49d5a258bc
    fix: Fix starting bracket missing on key insertion Myzel394 2024-04-27 21:42:41 +02:00
  • 85c097b59c
    fix: Correctly determine required remaining keys if some already exist Myzel394 2024-04-27 21:26:46 +02:00
  • a287e403ea
    fix: Remove wrong bracket expansion Myzel394 2024-04-27 21:06:03 +02:00
  • ec7326783d
    Merge pull request #10 from Myzel394/add-tests Myzel394 2024-04-27 20:59:25 +02:00
  • 9435fbe1f3
    fix: Add luaunit as submodule Myzel394 2024-04-27 20:58:05 +02:00
  • e0323d2e13
    fix(ci-cd): Recursively checkout submodules Myzel394 2024-04-27 20:54:04 +02:00
  • 9d581c5017
    feat(ci-cd): Run lua tests on pull requests Myzel394 2024-04-27 20:51:20 +02:00
  • 342823df20
    test: Add tests for utils module Myzel394 2024-04-27 20:46:09 +02:00
  • e427c5f224
    feat: Add luaunit Myzel394 2024-04-27 20:34:37 +02:00
  • 2f751e585a
    fix: Improve writing keys; general improvements Myzel394 2024-04-27 19:37:47 +02:00
  • 48503b7a50
    fix: Improve key extractor; Allow more patterns Myzel394 2024-04-27 18:19:55 +02:00
  • ca9cbbda24
    fix: Improve general key descriptor and handler Myzel394 2024-04-27 18:05:40 +02:00
  • 55bdb800fa
    fix: Properly write arrays; improve parser Myzel394 2024-04-27 16:53:57 +02:00
  • b8ba2ec072
    feat: Add option for custom mappings Myzel394 2024-04-27 00:20:03 +02:00
  • fbc1aa0424
    fix: Improvements Myzel394 2024-04-27 00:16:01 +02:00
  • d7e2125805
    fix: Fix comma insertion Myzel394 2024-04-27 00:10:44 +02:00
  • 98cdf4ccee
    fix: Fix key insertion Myzel394 2024-04-26 23:59:58 +02:00
  • eed1e27309
    feat: Add first wip for inserting custom keys Myzel394 2024-04-24 21:19:33 +02:00
  • 50e65c966a
    wip: Adding command support Myzel394 2024-04-24 19:14:09 +02:00
  • e12e14886e
    chore: Add cache info to README.md Myzel394 2024-04-23 11:34:52 +02:00
  • 3e28985ad7
    Merge pull request #8 from Myzel394/add-cache Myzel394 2024-04-23 11:32:00 +02:00
  • 7a6aedb840
    fix: Improve docs add-cache Myzel394 2024-04-22 21:52:06 +02:00
  • a36cb5b0b1
    feat: Add option for cache Myzel394 2024-04-22 21:49:52 +02:00
  • 1455d877cd
    feat: Add cache support Myzel394 2024-04-22 21:44:56 +02:00
  • d00c1ed972
    chore: Improve names Myzel394 2024-04-21 15:04:03 +02:00
  • c6032b4b41
    feat: Add see also section Myzel394 2024-04-21 10:19:56 +02:00
  • e47fd7713b
    fix: Stringify all keys; Closes #1 Myzel394 2024-04-19 21:00:49 +02:00
  • 52d56f2e07
    fix: Recursively parse arrays for lsp entries too Myzel394 2024-04-17 12:20:45 +02:00
  • 5b18e0bc04
    chore: Improve README.md Myzel394 2024-04-14 13:37:58 +02:00
  • aef6370c99 Merge branch 'main' of https://github.com/Myzel394/jsonfly Myzel394 2024-04-14 13:30:38 +02:00
  • e898c14369
    fix: Bugfixes; improve performance Myzel394 2024-04-14 13:29:33 +02:00
  • 340bac1fd9
    feat: Improve performance Myzel394 2024-04-14 13:13:05 +02:00
  • 4796c4216b
    Merge pull request #2 from Myzel394/add-lsp-support Myzel394 2024-04-14 12:52:29 +02:00
  • 7e1fefb841
    fix: Fix value_start position Myzel394 2024-04-14 12:52:06 +02:00
  • e4bd8b0b64
    fix: Fix lua parser Myzel394 2024-04-14 12:23:21 +02:00
  • a923438f67
    refactor: Outsource functions into own modules Myzel394 2024-04-14 12:01:28 +02:00
  • 03723b59cb
    fix: Fix LSP keys behavior Myzel394 2024-04-14 10:33:49 +02:00
  • c405ae3301
    chore: Improve types Myzel394 2024-04-14 10:19:38 +02:00
  • 81592e724a
    feat: Create first WIP for LSP support Myzel394 2024-04-14 10:06:49 +02:00
  • ad3362506d
    chore: Make README.md more beginner friendly Myzel394 2024-04-14 09:20:00 +02:00
  • 539a0b79a5
    feat: Add waterfall key style Myzel394 2024-04-12 22:53:16 +02:00
  • 06c8a420e8
    fix(docs): Small fixes in README.md Myzel394 2024-04-12 22:29:23 +02:00
  • 9934f646c1
    fix(docs): Fix image sizes Myzel394 2024-04-12 22:27:02 +02:00
  • b9166ce560
    fix: Properly load options Myzel394 2024-04-12 22:26:16 +02:00
  • c96e5350e7
    feat(docs): Add examples Myzel394 2024-04-12 22:25:56 +02:00
  • a5a4e25379
    feat: Add configurable jump behavior Myzel394 2024-04-12 21:24:28 +02:00
  • d4176879f2
    chore: fix indentation Myzel394 2024-04-12 19:43:14 +02:00
  • 837c5ce9f8
    fix: Fix relative start calculation Myzel394 2024-04-12 19:43:04 +02:00
  • 625954adb7
    chore: Add basic README.md Myzel394 2024-04-11 23:13:09 +02:00
  • 99b9d657bb
    chore: Add basic README.md Myzel394 2024-04-11 23:09:57 +02:00
  • 3b481818d8
    feat: Add basic support for arrays Myzel394 2024-04-11 23:02:47 +02:00
  • 8d7bf6e2fe
    chore(docs): Improve docs Myzel394 2024-04-11 22:35:19 +02:00
  • 5aadc49372
    feat: Add custom highlight groups Myzel394 2024-04-11 22:30:27 +02:00
  • 66aaaa0068
    fix: Fix depth calculation Myzel394 2024-04-11 22:27:03 +02:00
  • 76a1307052
    feat: Add support for conceal Myzel394 2024-04-11 22:22:19 +02:00
  • c33912e91c
    feat: Add propery preview; Add basic treesitter support Myzel394 2024-04-11 22:09:12 +02:00
  • c6c630babe
    fix: Show nested keys Myzel394 2024-04-11 15:24:21 +02:00
  • 2015ac5aef
    feat: Add first working telescope WIP Myzel394 2024-04-11 15:14:12 +02:00
  • d5a3615e1a feat: Adding first WIP Myzel394 2024-04-10 18:22:56 +02:00