summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
AgeCommit message (Collapse)Author
2023-01-30fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343)Sizhe Zhao
2022-12-28chore: bump ci to more modern os and nvim versions (#2289)Simon Hauser
2022-08-04fix: restore testing framework to actually work (#2070)TJ DeVries
after refactor to some new asynchronous items for finders, the tests stopped actually doing anything. now they do things again.
2022-04-22break: bump minimum required neovim version to 0.7 (#1851)Simon Hauser
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
So we can use `vim.json` and `vim.diagnostics`. If you aren't able to update to 0.6.* yet you should pin the previous commit.
2021-11-04breaking: bump nvim version requirement to 0.5.1 (#1406)Julian Fricker
2021-09-13chore: rewrite ci (#1236)Simon Hauser
no appimage ubuntu and mac os release and nightly
2021-08-11doc: Update information about popup.nvim (#1103)TJ DeVries
* doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions
2020-12-21feat: Add better highlighting and new CI abilities (#355)TJ DeVries
* Revert "Revert "fix: Better highlights (#344)" (#350)" This reverts commit 7950fc8ba0accfcf6c540c7810feee646281fd8a. * better highlights take 2 * fixup * install fd find for sameness * add some debug output * more deterministic * better ci
2020-12-09ci fix: don't cache git repos (#320)Simon Hauser
2020-12-09ci: Pipeline Tests (#315)Simon Hauser