Commit graph

928 commits

Author SHA1 Message Date
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>
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>
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>
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>
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>
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>
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>
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>
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
Folke Lemaitre
952a0cfb96
fix(keymaps): remove c-w mapping 2023-06-05 12:10:55 +02:00
github-actions[bot]
d69d55afd4
chore(main): release 4.5.0 (#871)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-03 11:01:39 +02:00
Folke Lemaitre
7a36e2989c
feat(keymaps): added <c-/> in normal/terminal mode to toggle main terminal 2023-06-03 10:54:29 +02:00
github-actions[bot]
049fe77c3c chore(build): auto-generate vimdoc 2023-06-03 08:50:38 +00:00
Folke Lemaitre
5a47492535
feat(util): LazyVim terminals are now persistent by default (toggleterm) 2023-06-03 10:49:58 +02:00
Folke Lemaitre
15f5a229d9
fix(indentscope): dont use indentscope/blankline for lazyterm/toggleterm/notify 2023-06-03 10:49:58 +02:00
Folke Lemaitre
bb4a7fe410
fix(spectre): make spectre behave with regards to swap files 2023-06-03 10:49:58 +02:00
Folke Lemaitre
419086e8a3
feat(neo-tree): enabled document_symbols for neo-tree 2023-06-03 10:49:58 +02:00
Folke Lemaitre
49ae2344a1
feat(keymaps): added some useful keymaps for terminals 2023-06-03 10:49:58 +02:00
github-actions[bot]
1efe3a96b2 chore(build): auto-generate vimdoc 2023-06-02 05:40:07 +00:00