Update nvim plugins rustaceanvim and venv-selector #86
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request mainly updates Neovim plugin configurations to improve Copilot integration, update plugin versions, and refine dependencies. The most significant changes are the addition and configuration of the new Copilot LSP plugin, updates to plugin versions in the lockfile, and improvements to plugin dependency management.
Copilot integration and configuration
copilot-lspplugin inavante-nvim.lua, including setup for Copilot and key mappings for accepting suggestions. Also introduced a new plugin filecopilot-lsp.luafor custom initialization and keybindings. [1] [2]Plugin version updates
lazy-lock.json, ensuring the latest features and fixes for core plugins such asLuaSnip,alpha-nvim,fzf-lua,gitsigns.nvim,copilot.lua, and others.rustaceanvimto version^6in its configuration file.Dependency and configuration improvements
mason-lspconfigandvenv-selectorplugins, including more explicit and organized dependency lists and options. Added build instructions fornvim-dap-pythonand optional dependencies for better Python support. [1] [2]nvim-lspconfigandlspsaga, such as simplifying capability passing and removing unnecessary lazy loading. [1] [2]Miscellaneous
pidto the.gitignorefile for MPD configuration, improving local development hygiene.