Commit Graph

17 Commits

Author SHA1 Message Date
shadmansaleh 483af24670 chore: update issue template and add helper script 2021-10-22 23:37:34 +06:00
Shadman 7d3ac0d373
chore: update stale bot config 2021-10-22 18:52:45 +06:00
Shadman 6dd1a0d862
chore(gituub): update stale labels 2021-09-24 23:19:49 +06:00
shadmansaleh 1143dc184a chore: add config for generated-files-bot 2021-09-23 12:50:54 +06:00
shadmansaleh d786e1816d chore: add config for github stale 2021-09-23 12:19:00 +06:00
Dheepak Krishnamurthy df1ac83a96
chore: Fix typo in github issue template ♻️ (#64) 2021-09-20 10:28:43 +06:00
Shadman 62bfe80fb6
chore/docgen update (#48)
* Pin panvimdoc to v2.7.1
* Add helper script to easily generate vimdoc locally.
* Update generated doc.
2021-09-14 12:58:46 +06:00
Dheepak Krishnamurthy 2c4e8b367f
Generate docs from README.md using pandoc (#45)
* Add docs.yml to generate docs from README.md using pandoc

Co-authored-by: Dheepak Krishnamurthy <me@kdheepak.com>

Co-authored-by: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com>
2021-09-14 03:33:18 +00:00
shadmansaleh 3d5dd6b829 fix(ci): Neovims nighly releases are currently broken comment it out 2021-09-07 18:39:02 +06:00
shadmansaleh b2963593c4 fix(ci): run tests on nightly too 2021-09-07 18:35:52 +06:00
Shadman 6e19d4c952
chore: Update CI (#33)
- Run test on both neovim 0.5 and nightly
- Include lint in main CI run
2021-09-04 11:41:04 +06:00
Shadman 4042e837f8
chore: use stylua for formating
* Switch to stylua for formating

* Change lua-format ignore to stylua ignore.

* Add workflow for formating with stylua
2021-09-04 00:20:34 +06:00
shadmansaleh 284bad71a1 chore: Update Issue templates 2021-08-17 14:03:47 +06:00
Hubert Pelczarski 82826ef661
refactor: moved loading to new module (#182)
* refactor: moved loading to new module
* refactor: check_single_separator
* refactor: simplified separator fixing
* refactor: tests/ -> lua/tests/
* refactor: moved to nvim_err_writeln for errors

* feat: moved config parsing to config.lua
* feat: get config directly from config module
* feat: added load_all function

* tests: config parsing tests

* added assert to luacheck globals
2021-05-09 23:11:18 +02:00
Shadman 5c20f5f4b8
fix: workflows running twice (#214) 2021-05-06 14:14:06 +02:00
Hubert Pelczarski 8572db014a
testing (#127)
* Add testing setup + CI
* Add tests for components and utils funtions

Co-authored-by: shadmansaleh <shadmansaleh3@gmail.com>
2021-05-06 00:04:16 +06:00
Shadman cdd7dc44a4
Enhance: Adding issue templates (#172)
* Enhance: Adding issue templates
2021-04-12 21:43:33 +06:00