Commit Graph
838 Commits
Author SHA1 Message Date
github-actions[bot] 8281bd2f63 chore(main): release 4.13.0 (#958)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.13.0
2023-06-22 10:45:32 +02:00
Folke Lemaitre aa28119aa6 feat(flash): add treesitter to normal mode as well 2023-06-22 10:37:47 +02:00
github-actions[bot] 5d0e10a30a chore(build): auto-generate vimdoc 2023-06-22 08:35:06 +00:00
Folke Lemaitre 0b99c9f788 fix(neo-tree): updated some icons to use Nerd Fonts v3. Fixes #957 2023-06-22 10:34:28 +02:00
github-actions[bot] 47111bd2db chore(main): release 4.12.0 (#954)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.12.0
2023-06-21 11:05:28 +02:00
Folke Lemaitre 318a4c8304 feat: added extra for flash.nvim 2023-06-21 10:51:04 +02:00
github-actions[bot] e865b9abe1 chore(main): release 4.11.0 (#951)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.11.0
2023-06-21 08:05:13 +02:00
github-actions[bot] 31505842be chore(build): auto-generate vimdoc 2023-06-21 06:03:21 +00:00
Folke Lemaitre 01c7eeebd0 feat: added support for the new builtin inlay hints
Enable with:
```lua
{"neovim/nvim-lspconfig", opts = {inlay_hints = {enabled = true}}}
```
2023-06-21 08:01:59 +02:00
github-actions[bot] 428bdf768f chore(main): release 4.10.0 (#938)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.10.0
2023-06-19 16:35:48 +02:00
github-actions[bot] e4eb4e1603 chore(build): auto-generate vimdoc 2023-06-19 14:10:01 +00:00
Robson Roberto Souza Peixoto 6b1efe78e2 feat(treesitter): allow run TSUpdateSync from command line (#944)
Use a script to keep the neovim updated is really useful, but is not
possible by default because TSUpdateSync is not on `cmd` commands.

```sh
nvim --headless "+Lazy! sync" "+TSUpdateSync" +qa
```
2023-06-19 16:09:23 +02:00
Kevin Robayna b37616c203 feat(extras): add ruby as extras for languages (#881)
* Add ruby as extras for languages

* remove personal things that other people might not use

* fix typo

* install solargraph through mason
2023-06-17 08:27:15 +02:00
github-actions[bot] d3440766d0 chore(main): release 4.9.0 (#921)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.9.0
2023-06-17 08:22:33 +02:00
github-actions[bot] 855b1ccc7d chore(build): auto-generate vimdoc 2023-06-17 06:21:21 +00:00
Folke Lemaitre f54d95d965 fix(which-key): don't load which-key as a noice dep 2023-06-17 08:20:44 +02:00
Folke Lemaitre ebd002f135 fix(keymaps): disable ctrl-hjkl for lazygit. Fixes #905 2023-06-16 19:06:27 +02:00
github-actions[bot] b95644448e chore(build): auto-generate vimdoc 2023-06-16 12:52:58 +00:00
Folke Lemaitre 41f515caae feat(util): LazyVim terminals can now be opened/reopened with a count 2023-06-16 14:52:13 +02:00
Folke Lemaitre cbf1797f4c style: added CmpGhostText 2023-06-16 14:51:19 +02:00
github-actions[bot] 2e7ad2b825 chore(build): auto-generate vimdoc 2023-06-12 15:23:02 +00:00
Folke Lemaitre ba49339fe3 feat(edgy): added LazyVim resize keymaps to edgy 2023-06-12 17:22:17 +02:00
Folke Lemaitre 84986b3729 feat(edgy): added support for neotest 2023-06-12 17:22:17 +02:00
github-actions[bot] 986a6374f4 chore(main): release 4.8.1 (#913)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.8.1
2023-06-09 17:56:18 +02:00
Folke Lemaitre 30d03eda5b fix(edgy): make noice windows 0.4 height 2023-06-09 16:28:26 +02:00
Folke Lemaitre d6bb907cf0 fix(keymaps): dont map jk in visual. Use x instead of v. Fixes #912 2023-06-09 16:27:45 +02:00
github-actions[bot] b2bceeed77 chore(main): release 4.8.0 (#903)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.8.0
2023-06-09 12:57:09 +02:00
github-actions[bot] 86fe83f311 chore(build): auto-generate vimdoc 2023-06-09 10:44:20 +00:00
Folke Lemaitre 04f17cb86b feat(edgy): added leader-ue to toggle edgy sidebars 2023-06-09 12:43:35 +02:00
Folke Lemaitre 9013f6e274 faet(edgy): leader-ue => leader-uE to select an edgy window 2023-06-09 12:43:35 +02:00
Folke Lemaitre 6ffc89512e feat(edgy): neo-tree filessystem is now also a pinned view 2023-06-09 12:43:35 +02:00
Beartama e049928b8b fix(keymaps): better j/k for visual mode (#902) 2023-06-08 13:48:23 +02:00
github-actions[bot] 7c593dce1f chore(main): release 4.7.0 (#891)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.7.0
2023-06-08 09:47:29 +02:00
Folke Lemaitre 47edc8918a feat(edgy): added noice 2023-06-08 07:54:14 +02:00
Folke Lemaitre f7b0c853cc fix(edgy): dont layout toggleterm floats 2023-06-08 07:54:14 +02:00
Folke Lemaitre 448d502947 fix(qf): better error message. Fixes #892 2023-06-08 07:54:14 +02:00
github-actions[bot] 57c7ba1c0d chore(build): auto-generate vimdoc 2023-06-08 05:49:10 +00:00
Mike Duminy 2ec4da7fa5 fix(format): eslint should respect autoformat (#897) 2023-06-08 07:48:34 +02:00
Folke Lemaitre 0731f08ee4 feat(edgy): added <leader>ue to quickly jump to an edgy window 2023-06-06 12:20:56 +02:00
github-actions[bot] 00339b7b56 chore(main): release 4.6.2 (#890)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.6.2
2023-06-06 07:59:08 +02:00
github-actions[bot] 34a5d32561 chore(build): auto-generate vimdoc 2023-06-06 05:47:11 +00:00
Folke Lemaitre 1897617c98 fix(keymaps): terminal show/hide 2023-06-06 07:46:32 +02:00
github-actions[bot] 41765a4041 chore(main): release 4.6.1 (#889)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.6.1
2023-06-06 00:33:49 +02:00
Folke Lemaitre ad6f6cfffd fix(edgy): dont edit help buffers in edgy 2023-06-06 00:11:53 +02:00
Folke Lemaitre d31772f981 fix(keymaps): added c-_ mapped to c-/ to make it work in some terminals 2023-06-06 00:11:52 +02:00
github-actions[bot] 6a01c9a180 chore(main): release 4.6.0 (#887)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.6.0
2023-06-05 23:30:44 +02:00
Folke Lemaitre b929413ddd feat(copilot): enable copilot in markdown and help files 2023-06-05 22:51:55 +02:00
Folke Lemaitre 56f092f1a8 feat: added extra for edgy.nvim 2023-06-05 19:29:11 +02:00
github-actions[bot] 821672a0db chore(main): release 4.5.1 (#885)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.5.1
2023-06-05 13:34:02 +02:00
github-actions[bot] 8ce862e12e chore(build): auto-generate vimdoc 2023-06-05 10:11:35 +00:00