Commit bbed5b0
committed
Squashed commit of the following:
commit 56b9114
Author: Richard Macklin <1863540+rmacklin@users.noreply.github.com>
Date: Mon Jul 22 10:00:35 2024 -0700
Update comment about the toggle inlay hints keymap (nvim-lua#1041)
commit 6f3fe35
Author: srdtrk <59252793+srdtrk@users.noreply.github.com>
Date: Mon Jul 22 04:21:21 2024 +0200
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled` (nvim-lua#947)
* fix: lsp warning
* review suggestion
Co-authored-by: Tom Kuson <mail@tjkuson.me>
---------
Co-authored-by: Tom Kuson <mail@tjkuson.me>
commit 6207327
Author: Richard Macklin <1863540+rmacklin@users.noreply.github.com>
Date: Sun Jul 21 19:08:09 2024 -0700
Update lazydev config to fix "Undefined field `fs_stat`" LSP error (nvim-lua#1040)
7513ec8 switched from neodev to
lazydev, but in the process it introduced an LSP error in `init.lua`,
which degrades the desired "first timer" experience of kickstart.nvim.
This commit follows the configuration suggested in
https://github.com/folke/lazydev.nvim/tree/6184ebbbc8045d70077659b7d30c705a588dc62f#-installation
which resolves the LSP error.
commit 7513ec8
Author: Vladislav Grechannik <52157081+VlaDexa@users.noreply.github.com>
Date: Mon Jul 22 02:35:07 2024 +0200
Neovim 0.10 updates (nvim-lua#936)
* Neovim 0.10 updates
Provide the buffer for which to enable inlay hints
Co-authored-by: Matt Mirus <matt@mattmirus.com>
* refactor: replace vim.loop with vim.uv
* Upgrade folke/neodev (sunsetting) to folke/lazydev
* Update checkhealth for 0.10 release
---------
Co-authored-by: Matt Mirus <matt@mattmirus.com>
Co-authored-by: mrr11k <me+github@mrr11k.dev>
Co-authored-by: Seb Tomasini <sebt@qgates.com>
commit 07a9f44
Author: Richard Macklin <1863540+rmacklin@users.noreply.github.com>
Date: Sun Jul 21 13:34:51 2024 -0700
Fix comment about mini.ai example (nvim-lua#985)
This example wasn't using `'` so this makes more sense
commit b36d84d
Author: Vladislav Grechannik <52157081+VlaDexa@users.noreply.github.com>
Date: Sun Jul 21 22:34:17 2024 +0200
Make conform.nvim be lazy-loadable again (nvim-lua#977)
The PR that disabled lazy loading (nvim-lua#818) was to fix plugin not being
loaded before write. This sets up lazy to load conform before write.
commit c405d3f
Author: Artyom <84637383+MZhuvka@users.noreply.github.com>
Date: Sun Jul 21 23:33:26 2024 +0300
Update README.md | %userprofile%\appdata\local -> %localappdata% (nvim-lua#963)
- Replace `%userprofile%\AppData\Local\nvim\` and `$env:USERPROFILE\AppData\Local\nvim` to `%localappdata%\nvim` and `$env:LOCALAPPDATA\nvim respectfully`
commit 4bbca64
Author: Vladislav Grechannik <52157081+VlaDexa@users.noreply.github.com>
Date: Sun Jul 21 22:24:57 2024 +0200
Make debug lazy loadable (nvim-lua#978)
commit 1cdf6fb
Author: Tom Kuson <mail@tjkuson.me>
Date: Sun Jul 21 22:22:44 2024 +0200
Remove redundant require (nvim-lua#959)
commit 202910d
Author: Damjan 9000 <damjan.9000@gmail.com>
Date: Sun Jul 21 22:22:10 2024 +0200
Fix neo-tree keymap description (nvim-lua#932)
The lazy.nvim keys parameter does not need the `desc` to
be inside a table in the way that vim.keymap.set() does.
With this fix the keymap description will be properly
shown for example in telescope keymap search
commit 2df5137
Author: TJ DeVries <devries.timothyj@gmail.com>
Date: Wed Jul 17 21:37:31 2024 -0400
fix: add required parsers from nvim-treesitter
commit 3e55ff1
Author: Folke Lemaitre <folke.lemaitre@gmail.com>
Date: Tue Jul 16 18:06:47 2024 +0200
fix(lazy): added error handling for bootstrap (nvim-lua#1001)
commit f5c9195
Author: Vladislav Grechannik <52157081+VlaDexa@users.noreply.github.com>
Date: Tue Jul 16 18:05:40 2024 +0200
which-key v3 update (nvim-lua#1022)
* which-key v3 update
* remove unneeded brackets from which-key registration1 parent 2dedc77 commit bbed5b0
File tree
8 files changed
+58
-59
lines changed- lua
- custom/plugins
- coding
- kickstart
- plugins
8 files changed
+58
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
| |||
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
258 | | - | |
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
| |||
457 | 459 | | |
458 | 460 | | |
459 | 461 | | |
460 | | - | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
461 | 473 | | |
462 | 474 | | |
463 | 475 | | |
| |||
567 | 579 | | |
568 | 580 | | |
569 | 581 | | |
570 | | - | |
| 582 | + | |
571 | 583 | | |
572 | 584 | | |
573 | 585 | | |
| |||
599 | 611 | | |
600 | 612 | | |
601 | 613 | | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | 614 | | |
609 | 615 | | |
610 | 616 | | |
| |||
625 | 631 | | |
626 | 632 | | |
627 | 633 | | |
628 | | - | |
629 | | - | |
630 | 634 | | |
631 | 635 | | |
632 | 636 | | |
| |||
641 | 645 | | |
642 | 646 | | |
643 | 647 | | |
644 | | - | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
645 | 654 | | |
646 | 655 | | |
647 | 656 | | |
| |||
688 | 697 | | |
689 | 698 | | |
690 | 699 | | |
691 | | - | |
| 700 | + | |
| 701 | + | |
692 | 702 | | |
693 | 703 | | |
694 | 704 | | |
| |||
722 | 732 | | |
723 | 733 | | |
724 | 734 | | |
725 | | - | |
726 | 735 | | |
727 | 736 | | |
728 | 737 | | |
| |||
908 | 917 | | |
909 | 918 | | |
910 | 919 | | |
911 | | - | |
| 920 | + | |
912 | 921 | | |
913 | 922 | | |
914 | 923 | | |
| |||
942 | 951 | | |
943 | 952 | | |
944 | 953 | | |
945 | | - | |
| 954 | + | |
946 | 955 | | |
947 | 956 | | |
948 | 957 | | |
| |||
983 | 992 | | |
984 | 993 | | |
985 | 994 | | |
986 | | - | |
| 995 | + | |
987 | 996 | | |
988 | 997 | | |
989 | 998 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
29 | 50 | | |
30 | 51 | | |
31 | 52 | | |
| |||
50 | 71 | | |
51 | 72 | | |
52 | 73 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
| |||
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments