9 Commits

Author SHA1 Message Date
tami5
ef7b6ada6d feat: improve UX with vim.notify (#1763)
* fix(notify): don't report request on new line

* ref(notify): update message format

* ref(msgs): always quote values + decrease duplication

* fix(ci): undefined variables

* ref(actions): temporary silent actions.__index errors

* cleanup

* revert: panic effort, we continue to use error for those

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-03-13 18:11:27 +01:00
fdschmidt93
9d0034df79 fix: return extension exports on load (#1634) 2021-12-28 12:37:21 +01:00
fdschmidt93
99aa102b38 fix: setup extension on access as well (#1628) 2021-12-27 18:32:47 +01:00
fdschmidt93
3dafcb419b fix: too early setup on initial extension access (#1601) 2021-12-27 17:55:43 +01:00
Luke Kershaw
9aaaa0c5f3 fix: builtin only have entries for extension functions (#1587)
* fix: `builtin` only have entries for extension functions

* fix: add check for underscore and explanation of which functions included
2021-12-19 17:55:50 +00:00
Senghan Bright
9d847e7904 feat: checkhealth (#1066)
* rebase on latest master

* remove obsolete `popup.nvim` check

* fixup: Move to health and fixups

Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2021-09-10 12:33:09 -04:00
Simon Hauser
79644ab677 chore: use stylua for formatting (#1040)
* chore: stylua job and config

* reformat with stylua
2021-07-23 11:42:37 -04:00
Christopher Laidler
7b5411ce54 Fix: typo (#333) 2020-12-13 11:49:14 +01:00
TJ DeVries
2ac0582c06 feat: v0.1 of extensions (#278) 2020-11-23 09:29:10 -05:00