Commit Graph

134 Commits

Author SHA1 Message Date
Arne
5094c1c05c Merge pull request #16 from arne314/dev
V1.3.3
2025-06-11 17:22:43 +02:00
arne314
96651972b0 feat(snip): add undo breakpoints 2025-06-11 17:07:26 +02:00
arne314
3e8a45d1ca chore: setup keybindings in dev flake 2025-06-11 16:50:26 +02:00
arne314
45f5280e94 Merge branch 'main' into dev 2025-06-11 16:36:00 +02:00
arne314
8079eb2d00 chore: bump version to 1.3.3 2025-06-11 16:32:40 +02:00
arne314
a2931f0c68 minor(snip): add partial snippets 2025-06-11 16:25:56 +02:00
arne314
849cd69f47 minor(snip)!: add log to conflicts 2025-05-19 18:13:24 +02:00
arne314
7026e7b321 minor(snip)!: add log to conflicts 2025-05-19 18:12:45 +02:00
arne314
c7a2c13383 minor(snip)!: list helper 2025-05-18 00:15:56 +02:00
arne314
73191eb32c refactor(snip): improve line prepend implementation 2025-05-17 23:51:00 +02:00
arne314
0fdcfcc9c0 refactor(snip): separate engine and helpers 2025-05-15 00:33:36 +02:00
arne314
abb355c505 refactor(snip): syntax of line prepended snippets 2025-05-14 19:25:30 +02:00
Eagle4398
8295b2e4b6 feat(snip): prepend to expanded lines (#15)
* changed add_to_newl behavior to auto-indent

* commented debug messages

* fixed dm inine according to into_newl change

* oops. no visual doubling with inline dm

* in theory indent and prepend block functionality...

* parameter switch

* comments

* added prepend parameters to intonewl

* refinement

* necessary changes for dm snippet

* backup in comment

* style: format code

* refactor: remove commented code

---------

Co-authored-by: Arne <73391160+arne314@users.noreply.github.com>
2025-05-14 18:50:55 +02:00
Arne
4b52ab256f Merge pull request #14 from arne314/dev
V1.3.2
2025-05-07 17:51:19 +02:00
arne314
689c76ba35 chore: bump version to 1.3.2 2025-05-07 17:45:45 +02:00
lentilus
c6488ba7cc hotfix: nix build 2025-05-07 12:18:55 +02:00
arne314
0ca9680642 fix(anki): escape html 2025-05-06 19:03:50 +02:00
arne314
520c993dbd minor: set luasnip selection key in dev flake 2025-05-04 16:50:51 +02:00
arne314
93ad652b88 fix: breaking treesitter changes of nvim 0.11 2025-05-04 16:50:51 +02:00
arne314
bd94cf402e chore: update flake.lock 2025-05-04 15:50:05 +02:00
arne314
db88f070ec fix: survive multiple plugin setup calls 2025-05-04 15:49:55 +02:00
arne314
45afd171f6 fix(snip): allow trigger options in start snip 2025-04-30 23:36:45 +02:00
arne314
64ef6a4d6e minor(snip): add f(x) trigger blacklist 2025-04-30 00:58:43 +02:00
arne314
71c1e15ce2 feat(snip): trigger blacklist option 2025-04-30 00:44:16 +02:00
arne314
7ffa4efe3c refactor(snip)!: trigger options parameter 2025-04-30 00:43:18 +02:00
arne314
b47e98e478 feat(snip): indent multiline visual operations 2025-04-28 00:08:49 +02:00
arne314
5297c53a56 minor(snip): add agl for angle brackets 2025-04-27 00:12:39 +02:00
arne314
28046452a7 minor(snip): add fox for f(x) and variations 2025-04-27 00:10:08 +02:00
arne314
daed44d47a revert: theorem trigger 2025-04-27 00:03:57 +02:00
arne314
6cec2691e4 fix(snip): use centered dots in matrices 2025-04-26 21:12:32 +02:00
arne314
8e15b84bc5 minor(snip)!: update ctheorems snippets 2025-04-24 11:21:42 +02:00
arne314
7ea4e59c4b minor: fix typo 2025-04-07 19:49:31 +02:00
arne314
ae38a4c09b fix: allow overriding of computed max trig length 2025-04-07 16:44:36 +02:00
Eagle4398
ec5caf32a8 feat(snip): expand into next line with correct indent (#13)
* New snippet type. Expand from nonempty line into next line.

* Fix trigger to ' dm' instead of 'dm'

* style: format code

* minor: improve regex

---------

Co-authored-by: arne314 <73391160+arne314@users.noreply.github.com>
2025-03-22 10:02:26 +01:00
arne314
ca3fcec66c fix(anki): reload nvim buffer on anki id update 2025-03-19 13:10:44 +01:00
arne314
69a3ec4757 Merge pull request #12 from arne314/dev
V1.3.1
2025-03-10 20:27:01 +01:00
arne314
89226e576f chore: bump version to 1.3.0 2025-03-10 20:23:50 +01:00
arne314
f56e84331c fix(anki): no recursive config dir for single file 2025-03-09 12:21:08 +01:00
arne314
f204b74eae minor(snip)!: sect -> inter as in typst 0.13 2025-03-09 11:59:20 +01:00
arne314
766ae2d5ea fix(anki): handle typst compilation warnings 2025-03-09 11:54:35 +01:00
arne314
89de725101 minor(snip): use dif in dx/ddx 2025-02-10 12:23:01 +01:00
arne314
0f20a72e39 minor(snip): add Im to index conflicts 2025-02-10 12:21:34 +01:00
arne314
3a0bdb6b03 Merge pull request #11 from arne314/dev
V1.3.0
2025-02-07 12:09:33 +01:00
arne314
1bb33c8965 chore: bump version to 1.3.0 2025-02-07 12:02:00 +01:00
arne314
83ac349ed2 minor(docs): fix indent 2025-02-07 11:58:19 +01:00
arne314
00181e1f03 docs: snippet customization 2025-02-07 11:51:06 +01:00
arne314
f531a57494 fix(snip): ignore conflicts in markup indices 2025-01-30 13:23:40 +01:00
arne314
5d4859d1b4 minor(snip)!: improve deriv and markup indices 2025-01-30 13:17:13 +01:00
arne314
2481c329f9 perf(snip): consider max trigger length 2025-01-29 15:40:36 +01:00
arne314
00fcd9041f docs: minor fixes 2025-01-28 17:32:30 +01:00