feat: enhance dynamic plugin loading with framework support and AI integration

- Update all plugins to latest stable versions

- Add dynamic framework module loading based on FRAMEWORK environment variable

- Support Vue.js and Python framework-specific community modules

- Implement conditional AI plugin activation via DEEPSEEK_API_KEY and THIRD_PARTY_AI_ASSISTANT environment variables

- Improve modularity and configurability of Neovim setup

Signed-off-by: User <user@example.com>
This commit is contained in:
User
2025-10-11 09:47:27 +00:00
parent 4d56666323
commit 508ebdb0c0
3 changed files with 102 additions and 53 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
if not os.getenv "DEEPSEEK_API_KEY" then return {} end
---@type LazySpec
return {
{ -- further customize the options set by the community
"yetone/avante.nvim",