-- NOTE: this file is not being tracked by default. -- To add more plugins disabled by default, -- tell Git to stop ignoring local changes: -- config update-index --no-skip-worktree .config/nvim/lua/plugins/zz_disabled.lua -- skip again: -- config update-index --skip-worktree .config/nvim/lua/plugins/zz_disabled.lua return { { "yetone/avante.nvim", enabled = true }, { "p00f/clangd_extensions.nvim", enabled = true }, }