You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add diff to treesitter's ensure_installed languages (nvim-lua#908)
* fix: debug.lua (nvim-lua#918)
* Automatically set detached state as needed. (nvim-lua#925)
* Automatically set detached state as needed.
* Use vim.fn.has instead.
* Fix int vs bool.
* which-key v3 update (nvim-lua#1022)
* which-key v3 update
* remove unneeded brackets from which-key registration
* fix(lazy): added error handling for bootstrap (nvim-lua#1001)
* fix: add required parsers from nvim-treesitter
* 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
* Remove redundant require (nvim-lua#959)
* Make debug lazy loadable (nvim-lua#978)
* 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`
* 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.
* Fix comment about mini.ai example (nvim-lua#985)
This example wasn't using `'` so this makes more sense
* 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]>
* 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.
* 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]>
* Update comment about the toggle inlay hints keymap (nvim-lua#1041)
* Remove hint toggle in favor of default
---------
Co-authored-by: Richard Macklin <[email protected]>
Co-authored-by: Smig <[email protected]>
Co-authored-by: Per Malmberg <[email protected]>
Co-authored-by: Vladislav Grechannik <[email protected]>
Co-authored-by: Folke Lemaitre <[email protected]>
Co-authored-by: TJ DeVries <[email protected]>
Co-authored-by: Damjan 9000 <[email protected]>
Co-authored-by: Tom Kuson <[email protected]>
Co-authored-by: Artyom <[email protected]>
Co-authored-by: Matt Mirus <[email protected]>
Co-authored-by: mrr11k <[email protected]>
Co-authored-by: Seb Tomasini <[email protected]>
Co-authored-by: srdtrk <[email protected]>
0 commit comments