| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ci: use rhysd action instead for installing neovim (#1312) | Michael Lingelbach | 2021-10-15 | 1 | -21/+8 | |
| | | ||||||
| * | chore: update bug_report.yml | Michael Lingelbach | 2021-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | chore: add feature request form (#1255) | Christian Clason | 2021-09-12 | 3 | -14/+25 | |
| | | ||||||
| * | chore: improve issue templates (#1253) | Christian Clason | 2021-09-12 | 4 | -48/+89 | |
| | | | | | | * chore: disable blank issue template, add Discourse link * chore: turn issue template into form | |||||
| * | docs: issue template formatting (#1202) | Justin M. Keyes | 2021-08-29 | 1 | -2/+8 | |
| | | | | The <details> element is very sensitive, code blocks will not render if there is not a newline after <summary>. | |||||
| * | ci: run codespell on pull requests (#1101) | dundargoc | 2021-07-25 | 1 | -0/+21 | |
| | | ||||||
| * | Update commit_lint.yml | Michael Lingelbach | 2021-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | ci: switch to GHA for commit lint (#982) | Michael Lingelbach | 2021-07-18 | 1 | -0/+12 | |
| | | ||||||
| * | ci: fix workflow so vimdocgen runs sequentially (#1085) | Michael Lingelbach | 2021-07-17 | 2 | -56/+49 | |
| | | ||||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -0/+11 | |
| | | ||||||
| * | Update issue template | Cédric Barreteau | 2021-06-12 | 1 | -2/+2 | |
| | | ||||||
| * | Update vimdoc.yml | Michael Lingelbach | 2021-05-21 | 1 | -0/+2 | |
| | | ||||||
| * | docgen: explicitly allow pushing commits | Marco Hinz | 2021-05-16 | 1 | -0/+2 | |
| | | | | | | | | | | | We default to read-only permissions for the "contents" scope: https://github.com/neovim/nvim-lspconfig/settings/actions Explicitly allow pushing commits. https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents | |||||
| * | docgen: try to fix docgen authentication issues | Michael Lingelbach | 2021-05-01 | 1 | -9/+4 | |
| | | ||||||
| * | Fix docgen github action | Michael Lingelbach | 2021-05-01 | 1 | -0/+3 | |
| | | ||||||
| * | ci: fix babelfish | Michael Lingelbach | 2021-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | docgen: add vimdoc pipeline with babelfish | Michael Lingelbach | 2021-03-27 | 1 | -0/+54 | |
| | | ||||||
| * | docgen: remove CI trigger for PRs, only pushes to master | Michael Lingelbach | 2021-01-23 | 1 | -3/+5 | |
| | | ||||||
| * | Merge pull request #693 from mjlbach/feature_request_template | Michael Lingelbach | 2021-01-23 | 1 | -0/+13 | |
| |\ | | | | | Feature request template | |||||
| | * | Add feature request template | Michael Lingelbach | 2021-01-23 | 1 | -0/+13 | |
| | | | ||||||
| * | | Update bug_report.md | Michael Lingelbach | 2021-01-20 | 1 | -1/+1 | |
| |/ | ||||||
| * | Update bug_report.md | Michael Lingelbach | 2021-01-15 | 1 | -1/+1 | |
| | | | | Reiterate that you should updated your neovim nightly release before filing issues. | |||||
| * | Update bug_report.md | Michael Lingelbach | 2021-01-07 | 1 | -0/+1 | |
| | | ||||||
| * | Issue template: add minimal init.lua to repo and clean up issue template | Michael Lingelbach | 2021-01-07 | 1 | -7/+19 | |
| | | ||||||
| * | templates: update pr template to CONFIG.md from README.md | Michael Lingelbach | 2021-01-04 | 1 | -1/+2 | |
| | | ||||||
| * | Update bug report template (#480) | Michael Lingelbach | 2020-12-29 | 1 | -1/+7 | |
| | | | | Update bug report template | |||||
| * | Fix macos CI | Michael Lingelbach | 2020-12-29 | 1 | -0/+1 | |
| | | | | see: https://github.com/neovim/neovim/pull/13584 | |||||
| * | Fix docgen github action to use CONFIG.md instead of README.md | Michael Lingelbach | 2020-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | CI: Remove cmake from MacOS install (already installed?) | Stephan Seitz | 2020-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Run lint as sudo to make CI pass again | Stephan Seitz | 2020-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Add pull_request_template.md | Dheepak Krishnamurthy | 2020-07-03 | 1 | -0/+10 | |
| | | ||||||
| * | dartls: remove calling error in detecting cmd | Hirokazu Hata | 2020-02-23 | 1 | -7/+0 | |
| | | | | | ref: #140 | |||||
| * | github action: add test for macos | Hirokazu Hata | 2020-05-21 | 1 | -1/+13 | |
| | | ||||||
| * | Makefile: add lint commant | Hirokazu Hata | 2020-05-21 | 1 | -2/+1 | |
| | | ||||||
| * | github action: add test action | Hirokazu Hata | 2020-05-21 | 1 | -0/+41 | |
| | | ||||||
| * | issue template: update issue template | Hirokazu Hata | 2020-03-08 | 1 | -1/+2 | |
| | | ||||||
| * | [upgrade] acitons/checkout v1 -> v2 | kazukazuinaina | 2020-03-04 | 2 | -2/+2 | |
| | | ||||||
| * | gh actions: Add Dart lang to docgen action enviroment | Hirokazu Hata | 2020-02-22 | 1 | -0/+7 | |
| | | | | | fix: #139 | |||||
| * | Add github issue template for bug report | Hirokazu Hata | 2020-02-13 | 1 | -0/+22 | |
| | | ||||||
| * | CI: luacheck #86 | Hirokazu Hata | 2019-12-31 | 2 | -1/+23 | |
| | | ||||||
| * | Improve docgen (#27) | Ashkan Kiani | 2019-11-17 | 1 | -1/+1 | |
| | | | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors. | |||||
| * | Add github actions for docgen (#7) | Ashkan Kiani | 2019-11-14 | 1 | -0/+34 | |
| * Create main.yml * Update CONTRIBUTING and REAMDE. Explain that Github Actions generate README. | ||||||
