forked from nvim-lua/kickstart.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 6f3fe35 Author: srdtrk <[email protected]> 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 <[email protected]> --------- Co-authored-by: Tom Kuson <[email protected]> commit 6207327 Author: Richard Macklin <[email protected]> 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 <[email protected]> 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 <[email protected]> * 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 <[email protected]> Co-authored-by: mrr11k <[email protected]> Co-authored-by: Seb Tomasini <[email protected]> commit 07a9f44 Author: Richard Macklin <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Sun Jul 21 22:24:57 2024 +0200 Make debug lazy loadable (nvim-lua#978) commit 1cdf6fb Author: Tom Kuson <[email protected]> Date: Sun Jul 21 22:22:44 2024 +0200 Remove redundant require (nvim-lua#959) commit 202910d Author: Damjan 9000 <[email protected]> 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 <[email protected]> Date: Wed Jul 17 21:37:31 2024 -0400 fix: add required parsers from nvim-treesitter commit 3e55ff1 Author: Folke Lemaitre <[email protected]> Date: Tue Jul 16 18:06:47 2024 +0200 fix(lazy): added error handling for bootstrap (nvim-lua#1001) commit f5c9195 Author: Vladislav Grechannik <[email protected]> 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 registration Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
6 changed files
with
68 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters