Commit graph

35 commits

Author SHA1 Message Date
github-actions[bot]
2a7ba6d09c
chore(main): release 12.19.1 (#3775)
🤖 I have created a release *beep* *boop*
---


##
[12.19.1](https://github.com/LazyVim/LazyVim/compare/v12.19.0...v12.19.1)
(2024-06-23)


### Bug Fixes

* **dap:** only load `mason-nvim-dap` when not disabled
([#3784](https://github.com/LazyVim/LazyVim/issues/3784))
([b55c773](b55c7734df))
* **extras.astro:** support `astro.config.ts` root
([#3786](https://github.com/LazyVim/LazyVim/issues/3786))
([8be66bb](8be66bb1a6))
* **lazygit:** use `lazy.util.open` on Neovim <= 0.10
([#3778](https://github.com/LazyVim/LazyVim/issues/3778))
([8ea3f69](8ea3f690e6))
* **markdown:** added support for mdx files
([abec8fb](abec8fbb03))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-23 22:24:44 +02:00
github-actions[bot]
002ce62413
chore(main): release 12.19.0 (#3760)
🤖 I have created a release *beep* *boop*
---


##
[12.19.0](https://github.com/LazyVim/LazyVim/compare/v12.18.0...v12.19.0)
(2024-06-23)


### Features

* **gitsigns:** navigate diff changes as well as git hunks with [h/]h
([#3736](https://github.com/LazyVim/LazyVim/issues/3736))
([1f42393](1f423930e0))
* **gitsigns:** new keymap for `Gitsigns blame`
([#3758](https://github.com/LazyVim/LazyVim/issues/3758))
([b22831b](b22831b7e2))
* **go:** switch to neotest-golang
([#3749](https://github.com/LazyVim/LazyVim/issues/3749))
([55464b7](55464b77c6))


### Bug Fixes

* **neo-tree:** don't enable document symbols by default
([52d4616](52d46166b1))
* **refactoring:** use `pick` for both Telescope and fzf-lua
([#3769](https://github.com/LazyVim/LazyVim/issues/3769))
([b45d4ed](b45d4ed62c))
* **statuscolumn:** fix `folds_open = true`
([#3756](https://github.com/LazyVim/LazyVim/issues/3756))
([b47c65f](b47c65f408))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-23 07:38:34 +02:00
Ben Elan
3dfc2c0fd8
ci(release): fix version bumping in extra-file (#3772)
## What is this PR for?

Fix release-please CI so the version in the `extra-file` is bumped.

## Does this PR fix an existing issue?

No

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.

ref: folke/lazy.nvim#1534

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-23 07:00:07 +02:00
Lucas
25cccb5db8
fix(issue template): repro.lua didn't work (#3628)
## What is this PR for?

repro.lua didn't work. at least i don't think it's the intended
behaviour.
it installed lazy.vim, lazy.nvim, tokyonight.
but didn't actually load lazyvim, and so none of it's plugins config
etc...

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-06-14 10:10:54 +02:00
Folke Lemaitre
4b7c389f14
docs: fix link 2024-06-10 15:09:30 +02:00
Folke Lemaitre
65060ece67
ci: pull request template 2024-06-10 15:04:43 +02:00
Folke Lemaitre
2848ee492b
ci: link to discussions 2024-06-09 11:36:44 +02:00
Folke Lemaitre
2ac3f0daa1
ci: Create dependabot.yml 2024-06-07 16:27:31 +02:00
Folke Lemaitre
d704ca4c1b
ci: feature template 2024-06-05 23:11:06 +02:00
Folke Lemaitre
1d42e45fd2
ci: remove commit linter in favor of PR title linter 2024-06-05 18:24:52 +02:00
Folke Lemaitre
106130f4cd
ci: added some tests 2024-06-05 17:31:51 +02:00
Folke Lemaitre
99c06952a0
ci: stale 2024-06-05 15:53:22 +02:00
Folke Lemaitre
90d8ff27d2
ci: fix stale workflow 2024-06-05 15:43:22 +02:00
Folke Lemaitre
d6dea2247c
ci: enable conventional commit linter on main 2024-06-05 15:41:32 +02:00
Folke Lemaitre
ff9ca808e0
ci: added stylua / stale / conventional commits 2024-06-05 15:36:56 +02:00
Folke Lemaitre
7ed5a6c371
ci: remove custom pr-numbers again 2024-06-05 15:20:32 +02:00
Folke Lemaitre
71165ac52a
ci: label more PRs 2024-06-05 15:19:04 +02:00
Folke Lemaitre
39c10b2b81
ci: remove custom pr-numbers 2024-06-05 15:16:39 +02:00
Folke Lemaitre
cf2870cce0
ci: fix labels 2024-06-05 15:10:46 +02:00
Folke Lemaitre
b764947061
ci: run labeler on existing PRs 2024-06-05 15:08:20 +02:00
Folke Lemaitre
75dcce02dc
ci: added PR labeler 2024-06-05 15:03:08 +02:00
Rubin Bhandari
1faa562964
ci: change the release please action name to new (#3259)
* ci: change the release please action name to new

* Update ci.yml

* Create release-please-config.json

* fix: add release manifest

* fix: release-please

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2024-06-05 14:49:33 +02:00
Tuna Alikaşifoğlu
74eb25d579
ci: update action versions to remove node warning (#3029)
Since Node.js 16 actions are deprecated, and updating the actions to use
Node.js 20 is recommended. All actions in `ci.yml` have a newer version,
this change bumps the actions to next versions.
2024-04-22 09:35:17 +02:00
ueaner
f513e1cede
ci: LazyVim now requires Neovim >= 0.9.0 (#1751) 2023-10-16 10:41:54 +02:00
Folke Lemaitre
54fa9ce584 ci: let release-please manage the version in the config file 2023-10-12 11:48:02 +02:00
Folke Lemaitre
b2af941290
ci: disable blank issues 2023-10-05 16:33:01 +02:00
Folke Lemaitre
11d414c358
chore: update templates 2023-03-19 20:40:58 +01:00
Folke Lemaitre
cab2914fce
ci: remove release-as 2023-01-20 15:37:33 +01:00
Folke Lemaitre
492fbb335d
ci: release 1.0.0 2023-01-20 15:32:18 +01:00
Folke Lemaitre
75e30fc6a3
feat: 1.0.0 release 2023-01-20 15:28:31 +01:00
Folke Lemaitre
476eaa5045
ci: bump prerelease 2023-01-09 11:13:14 +01:00
Folke Lemaitre
8667b3d54e
ci: releas-as 0.1.0-alpha 2023-01-08 10:16:13 +01:00
Folke Lemaitre
53d2101d18
ci: bump minor pre major 2023-01-08 09:48:59 +01:00
Folke Lemaitre
362ad4de87
ci: mark as prerelease for now 2023-01-08 09:38:48 +01:00
Folke Lemaitre
b7539d1552
ci: templates 2023-01-04 21:56:53 +01:00