49 Commits

Author SHA1 Message Date
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
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
3207a4fbef
fix: Pass global config forward 2024-05-12 21:51:43 +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
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
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
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
Myzel394
d00c1ed972
chore: Improve names 2024-04-21 15:04:03 +02:00
Myzel394
e47fd7713b
fix: Stringify all keys; Closes #1 2024-04-19 21:00:49 +02:00
Myzel394
52d56f2e07
fix: Recursively parse arrays for lsp entries too 2024-04-17 12:20:45 +02:00
Myzel394
e898c14369
fix: Bugfixes; improve performance 2024-04-14 13:29:33 +02:00
Myzel394
340bac1fd9
feat: Improve performance 2024-04-14 13:13:05 +02:00
Myzel394
7e1fefb841
fix: Fix value_start position 2024-04-14 12:52:06 +02:00
Myzel394
e4bd8b0b64
fix: Fix lua parser 2024-04-14 12:23:21 +02:00
Myzel394
a923438f67
refactor: Outsource functions into own modules 2024-04-14 12:01:28 +02:00
Myzel394
03723b59cb
fix: Fix LSP keys behavior 2024-04-14 10:33:49 +02:00
Myzel394
c405ae3301
chore: Improve types 2024-04-14 10:19:38 +02:00
Myzel394
81592e724a
feat: Create first WIP for LSP support 2024-04-14 10:06:49 +02:00
Myzel394
539a0b79a5
feat: Add waterfall key style 2024-04-12 22:53:16 +02:00
Myzel394
b9166ce560
fix: Properly load options 2024-04-12 22:26:16 +02:00
Myzel394
a5a4e25379
feat: Add configurable jump behavior 2024-04-12 21:24:28 +02:00
Myzel394
d4176879f2
chore: fix indentation 2024-04-12 19:43:14 +02:00
Myzel394
837c5ce9f8
fix: Fix relative start calculation 2024-04-12 19:43:04 +02:00
Myzel394
3b481818d8
feat: Add basic support for arrays 2024-04-11 23:02:47 +02:00
Myzel394
8d7bf6e2fe
chore(docs): Improve docs 2024-04-11 22:35:19 +02:00
Myzel394
5aadc49372
feat: Add custom highlight groups 2024-04-11 22:30:27 +02:00
Myzel394
66aaaa0068
fix: Fix depth calculation 2024-04-11 22:27:03 +02:00
Myzel394
76a1307052
feat: Add support for conceal 2024-04-11 22:22:19 +02:00
Myzel394
c33912e91c
feat: Add propery preview; Add basic treesitter support 2024-04-11 22:09:12 +02:00
Myzel394
c6c630babe
fix: Show nested keys 2024-04-11 15:24:21 +02:00
Myzel394
2015ac5aef
feat: Add first working telescope WIP 2024-04-11 15:14:12 +02:00
Myzel394
d5a3615e1a feat: Adding first WIP 2024-04-10 18:22:56 +02:00