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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user