2 changed files with 10 additions and 3 deletions
@ -1,5 +1,10 @@
|
||||
-- NOTE: this file is in .gitignore to keep some plugins disabled by default |
||||
-- Force the change after adding more disabled plugins |
||||
-- 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 }, |
||||
} |
||||
|
||||
Loading…
Reference in new issue