Merge branch 'main' into add-multicursors-nvim

one more - replacement

Update modules/plugins/utility/multicursors/multicursors.nix

Co-authored-by: raf <raf@notashelf.dev>

remove redundancies

missing an extra -
This commit is contained in:
Joe Hanson 2025-02-22 08:23:13 -06:00 committed by Joseph Hanson
commit e07b53d188
No known key found for this signature in database
5 changed files with 70 additions and 6 deletions

View file

@ -1,5 +1,10 @@
# Release 0.8 {#sec-release-0.8}
## Breaking changes
- `git-conflict` keybinds are now prefixed with `<leader>` to avoid conflicting
with builtins
[NotAShelf](https://github.com/notashelf):
[typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim
@ -176,3 +181,4 @@
[Libadoxon](https://github.com/Libadoxon)
- Add [git-conflict](https://github.com/akinsho/git-conflict.nvim) plugin for resolving git conflicts
- Add formatters for go: [gofmt](https://go.dev/blog/gofmt), [golines](https://github.com/segmentio/golines) and [gofumpt](https://github.com/mvdan/gofumpt)