Folke Lemaitre
|
cb3a0555b9
|
docs: format table
|
2023-10-10 19:12:07 +02:00 |
github-actions[bot]
|
1a47d3b2aa
|
chore(build): auto-generate vimdoc
|
2023-10-10 16:59:52 +00:00 |
Artyom Andreev
|
a617db7e79
|
docs: icon for require without nerd font (#1100)
|
2023-10-10 18:59:13 +02:00 |
github-actions[bot]
|
84d13c1d7e
|
chore(main): release 10.10.0 (#1098)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-10 16:15:05 +02:00 |
Folke Lemaitre
|
58e5726592
|
feat(git): show help on how to remove local changes
|
2023-10-10 11:53:00 +02:00 |
Folke Lemaitre
|
92869d0928
|
fix(process): make sure cwd is a valid directory
|
2023-10-10 11:52:45 +02:00 |
Folke Lemaitre
|
736529d097
|
fix(git): automatically restore doc/tags when modified
|
2023-10-10 11:42:01 +02:00 |
Folke Lemaitre
|
43e9165994
|
feat(git): show error for local changes during check/update
|
2023-10-10 11:42:01 +02:00 |
github-actions[bot]
|
067544c74a
|
chore(build): auto-generate vimdoc
|
2023-10-10 07:31:52 +00:00 |
0xAdk
|
89581ce37e
|
fix(docs): broken table in readme (#1097)
|
2023-10-10 09:31:06 +02:00 |
github-actions[bot]
|
0d9989d46c
|
chore(main): release 10.9.1 (#1096)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-09 23:45:04 +02:00 |
Folke Lemaitre
|
2782f8125e
|
fix(profiling): ensure proper traces in case of require errors
|
2023-10-09 23:42:07 +02:00 |
KANATSU Minoru
|
5579d72576
|
fix(manage): prevend auto conversion 'CRLF' to 'LF' in update lazy-lock.json on Windows. Fixes #1093 (#1094)
|
2023-10-09 16:17:42 +02:00 |
github-actions[bot]
|
41d3b2a9db
|
chore(main): release 10.9.0 (#1092)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-09 12:43:14 +02:00 |
github-actions[bot]
|
336bbbebcb
|
chore(build): auto-generate vimdoc
|
2023-10-09 10:39:27 +00:00 |
Folke Lemaitre
|
423a152e94
|
feat(profiling): added options to enable additional profiling
|
2023-10-09 12:38:43 +02:00 |
github-actions[bot]
|
ce3e8523de
|
chore(build): auto-generate vimdoc
|
2023-10-09 09:26:35 +00:00 |
Folke Lemaitre
|
22bf6ae04b
|
style: sort requires
|
2023-10-09 11:25:42 +02:00 |
Folke Lemaitre
|
f0cfbf9952
|
perf: lazy require commands
|
2023-10-08 20:22:04 +02:00 |
github-actions[bot]
|
0a07fa6cd7
|
chore(main): release 10.8.2 (#1091)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-08 19:32:24 +02:00 |
Folke Lemaitre
|
9d92e65fd1
|
fix(keys): fixed adding managed keys
|
2023-10-08 19:14:33 +02:00 |
github-actions[bot]
|
9102d051a8
|
chore(main): release 10.8.1 (#1090)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-08 12:57:44 +02:00 |
Folke Lemaitre
|
26762c97e6
|
fix(ui): use correct keymap for display. Fixes #1089
|
2023-10-08 12:36:21 +02:00 |
github-actions[bot]
|
4b5b03f603
|
chore(main): release 10.8.0 (#1088)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-08 10:13:01 +02:00 |
github-actions[bot]
|
cd7493da78
|
chore(build): auto-generate vimdoc
|
2023-10-08 08:12:09 +00:00 |
Folke Lemaitre
|
b79099cc9d
|
feat(keys): refactor code and allow disabling keymaps per mode. mode no longer needs to be exactly the same in order to disable.
|
2023-10-08 10:11:33 +02:00 |
github-actions[bot]
|
62745a7320
|
chore(main): release 10.7.3 (#1087)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-07 20:45:37 +02:00 |
Folke Lemaitre
|
09e30f88cd
|
fix(keys): fixed buffer-local mappings
|
2023-10-07 20:41:06 +02:00 |
github-actions[bot]
|
5aaafcb301
|
chore(main): release 10.7.2 (#1086)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-07 11:44:13 +02:00 |
Folke Lemaitre
|
8871602e54
|
fix(event): move all ft logic to the event handler
|
2023-10-07 11:15:14 +02:00 |
github-actions[bot]
|
f2132946c7
|
chore(build): auto-generate vimdoc
|
2023-10-07 07:49:38 +00:00 |
Folke Lemaitre
|
e4ea874e33
|
fix(ft): fix ft handlers to properly use new events. Fixes #1084
|
2023-10-07 09:48:53 +02:00 |
github-actions[bot]
|
6687afae42
|
chore(main): release 10.7.1 (#1083)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-06 20:22:13 +02:00 |
Folke Lemaitre
|
6b37927be9
|
fix(event): prevent loading event handler more than once in some cases
|
2023-10-06 19:42:21 +02:00 |
github-actions[bot]
|
25f6009087
|
chore(main): release 10.7.0 (#1081)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-06 15:53:37 +02:00 |
Folke Lemaitre
|
2b2adb9d4d
|
fix(event): use tbl_contains instead of list_contains
|
2023-10-06 15:48:41 +02:00 |
abeldekat
|
58e954a735
|
feat(plugin): added support for `cond` for imports (#1079)
Co-authored-by: abeldekat <abel@nomail.com>
|
2023-10-06 15:46:46 +02:00 |
github-actions[bot]
|
acda8d29ca
|
chore(build): auto-generate vimdoc
|
2023-10-06 13:41:21 +00:00 |
Folke Lemaitre
|
ef2a5d0bd1
|
fix(event): better dealing with even handlers. Fixes #788
|
2023-10-06 15:39:18 +02:00 |
github-actions[bot]
|
6b6f0a4512
|
chore(main): release 10.6.0 (#1078)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-05 16:05:05 +02:00 |
github-actions[bot]
|
d9509b56ce
|
chore(build): auto-generate vimdoc
|
2023-10-05 12:01:02 +00:00 |
Folke Lemaitre
|
c42e63c198
|
feat(keys): you can now create buffer-local filetype keymaps by specifying `ft=`. Fixes #1076
|
2023-10-05 14:00:11 +02:00 |
Folke Lemaitre
|
19d1b3aa72
|
style: lua annotations
|
2023-10-05 14:00:11 +02:00 |
github-actions[bot]
|
64cb9b16f6
|
chore(main): release 10.5.1 (#1071)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-04 21:15:11 +02:00 |
Folke Lemaitre
|
82da5a0048
|
refactor(plugin): refactored rebuild
|
2023-10-04 12:50:48 +02:00 |
github-actions[bot]
|
d8453bc137
|
chore(build): auto-generate vimdoc
|
2023-10-04 09:49:03 +00:00 |
Folke Lemaitre
|
638c8e6382
|
fix(plugin): rebuild plugins after fixing optional and cond to ensure enabled will work correctly
|
2023-10-04 11:48:14 +02:00 |
github-actions[bot]
|
28a80136b5
|
chore(main): release 10.5.0 (#1069)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-10-04 00:30:12 +02:00 |
github-actions[bot]
|
f4ed421453
|
chore(build): auto-generate vimdoc
|
2023-10-03 22:20:59 +00:00 |
Folke Lemaitre
|
8eb8de29af
|
feat(plugin): keep track of the module a spec fragment was defined in
|
2023-10-04 00:20:08 +02:00 |