You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
379 B
10 lines
379 B
-- 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 = false }, |
|
}
|
|
|