Commit Graph

31 Commits

Author SHA1 Message Date
Shadman 343e1941ba
drop support for nvim-0.5, 0.6 (BREAKING) (#1002)
* chore: drop support for nvim-0.5, 0.6 (BREAKING)

Users of these versions can still use compatibility tags
compat-nvim-0.5 and compat-nvim-0.6 respectively.

BREAKING CHANGE

* add testing for 0.9
2023-10-18 11:00:32 +06:00
shadmansaleh e41d48ebcc chore: use nvim-tree/nvim-web-devicons in ci 2023-05-04 21:14:31 +06:00
shadmansaleh d15019ce8e chore: remove funding links
they were never useful anyway.
2023-01-11 12:27:11 +06:00
shadmansaleh 32a7382a75 fixup: fix typos in issue template
fixes #922
2022-12-28 09:00:29 +06:00
zappolowski edca2b03c7
chore(ci): test on nvim-0.8 (#857) 2022-10-06 10:15:16 +06:00
shadmansaleh 5b1dc4da0b chore: update issue_template 2022-08-08 12:16:22 +06:00
shadmansaleh 669a7d63ca chore: bump stylua version to 14.1 in CI 2022-07-22 19:48:20 +06:00
shadmansaleh 8b4e4988d4 chore(ci): test on nvim-0.7 2022-07-12 12:10:33 +06:00
shadmansaleh 74317d5c9d chore: fix formating? 2022-04-14 10:41:20 +06:00
shadmansaleh 1d11c2c7aa chore: add FUNDING.yml 2022-04-13 12:10:23 +06:00
shadmansaleh 4ebbb7ae16 chore: lint correct test directory 2022-03-26 10:00:51 +00:00
shadmansaleh d42c83dcc0 chore(CI): run autogen only on master 2022-02-07 11:39:36 +06:00
shadmansaleh 0d0ea77e1a chore(ci): update autogen trigger events. 2022-02-01 15:19:45 +06:00
Shadman 247aafd7fc
chore: overhaul CI (#565)
* run tests on multiple versions of neovim
* run docgen & formating in pr
* chore: small fixes in docs.
2022-02-01 14:00:36 +06:00
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