85 Commits

Author SHA1 Message Date
Myzel394
db4394d856
Merge pull request #18 from Myzel394/add-jsonpath-support 2025-06-07 22:54:52 +02:00
fdbf1dd63a
chore: Update README.md for new jsonpath integration 2025-06-07 22:43:38 +02:00
a1c07adc00
fix: Fix jsonpath node selection 2025-06-07 22:43:20 +02:00
d0791d5f93
chore(flake.nix) Add just 2025-06-07 22:32:29 +02:00
7a5fb0ddf3
fix: Fix jsonpath node selection 2025-06-07 22:32:16 +02:00
2346a75cae
feat(dev): Add flake.nix 2025-06-06 12:55:07 +02:00
0e5158a8d4
chore: apply stylua 2025-06-06 12:54:16 +02:00
895e9adfdf
fix: merge main 2025-06-06 12:43:58 +02:00
Myzel394
d713d9ef38
Merge pull request #20 from kletobias/custom-jsonfly
Fix: Handle Dictionary Responses in jsonfly.lua for Neovim 0.10.1
2024-09-30 16:22:17 +02:00
Myzel394
8fe79c2783
fix: Fix fallback behavior; apply stylua 2024-09-30 16:18:19 +02:00
Tobias Klein
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.
2024-09-29 15:55:36 +02:00
Myzel394
5b11ed0404
feat: Add support for jsonpath 2024-07-11 15:40:47 +02:00
Myzel394
4d22028b13
fix(docs): Fix formatting 2024-06-02 20:57:05 +02:00
Myzel394
ddbc0849cb
Merge pull request #13 from Myzel394/fix-preview
Fix preview
2024-05-26 00:33:47 +02:00
Myzel394
f072ccf710
feat(docs): Add xml and yaml 2024-05-26 00:31:54 +02:00
Myzel394
31be7184ff
fix: Improve parser 2024-05-26 00:29:17 +02:00
Myzel394
ce0e163b8f
feat: Add option to not show nested objects 2024-05-25 19:18:03 +02:00
Myzel394
5a2a67bff2
Merge pull request #12 from Myzel394/11-fix-theme
Fix configs
2024-05-12 21:53:05 +02:00
Myzel394
3207a4fbef
fix: Pass global config forward 2024-05-12 21:51:43 +02:00
Myzel394
acd899ce82
docs: Improve README.md 2024-05-03 20:03:05 +02:00
Myzel394
5536e5951d
Merge pull request #9 from Myzel394/add-add-command
Add: Create Key Command
2024-05-03 20:00:32 +02:00
Myzel394
47775bb746
fix: Small improvements 2024-05-03 19:58:15 +02:00
Myzel394
65cdbb3283
fix: Improve edge case where file lines is shorter than BUFFER_SIZE 2024-05-01 22:35:26 +02:00
Myzel394
1c2fe2b24c
docs: Add minified json hint 2024-05-01 22:34:58 +02:00
Myzel394
b7ac8e81ed
docs: Add info about inserting keys 2024-05-01 22:09:57 +02:00
Myzel394
66611884e0
fix: Properly handle top level arrays 2024-04-28 21:57:01 +02:00
Myzel394
49d5a258bc
fix: Fix starting bracket missing on key insertion 2024-04-27 21:42:41 +02:00
Myzel394
85c097b59c
fix: Correctly determine required remaining keys if some already exist 2024-04-27 21:26:46 +02:00
Myzel394
a287e403ea
fix: Remove wrong bracket expansion 2024-04-27 21:06:03 +02:00
Myzel394
ec7326783d
Merge pull request #10 from Myzel394/add-tests
Add tests
2024-04-27 20:59:25 +02:00
Myzel394
9435fbe1f3
fix: Add luaunit as submodule 2024-04-27 20:58:05 +02:00
Myzel394
e0323d2e13
fix(ci-cd): Recursively checkout submodules 2024-04-27 20:54:04 +02:00
Myzel394
9d581c5017
feat(ci-cd): Run lua tests on pull requests 2024-04-27 20:51:20 +02:00
Myzel394
342823df20
test: Add tests for utils module 2024-04-27 20:46:09 +02:00
Myzel394
e427c5f224
feat: Add luaunit 2024-04-27 20:34:37 +02:00
Myzel394
2f751e585a
fix: Improve writing keys; general improvements 2024-04-27 19:37:47 +02:00
Myzel394
48503b7a50
fix: Improve key extractor; Allow more patterns 2024-04-27 18:19:55 +02:00
Myzel394
ca9cbbda24
fix: Improve general key descriptor and handler 2024-04-27 18:05:40 +02:00
Myzel394
55bdb800fa
fix: Properly write arrays; improve parser 2024-04-27 16:53:57 +02:00
Myzel394
b8ba2ec072
feat: Add option for custom mappings 2024-04-27 00:20:03 +02:00
Myzel394
fbc1aa0424
fix: Improvements 2024-04-27 00:16:01 +02:00
Myzel394
d7e2125805
fix: Fix comma insertion 2024-04-27 00:10:44 +02:00
Myzel394
98cdf4ccee
fix: Fix key insertion 2024-04-26 23:59:58 +02:00
Myzel394
eed1e27309
feat: Add first wip for inserting custom keys 2024-04-24 21:19:33 +02:00
Myzel394
50e65c966a
wip: Adding command support 2024-04-24 19:14:09 +02:00
Myzel394
e12e14886e
chore: Add cache info to README.md 2024-04-23 11:34:52 +02:00
Myzel394
3e28985ad7
Merge pull request #8 from Myzel394/add-cache
Add cache
2024-04-23 11:32:00 +02:00
Myzel394
7a6aedb840
fix: Improve docs 2024-04-22 21:52:06 +02:00
Myzel394
a36cb5b0b1
feat: Add option for cache 2024-04-22 21:49:52 +02:00
Myzel394
1455d877cd
feat: Add cache support 2024-04-22 21:44:56 +02:00