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 |
-- NOTE: this file is not being tracked by default. |
||||||
-- Force the change after adding more disabled plugins |
-- 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 { |
return { |
||||||
{ "yetone/avante.nvim", enabled = false }, |
{ "yetone/avante.nvim", enabled = false }, |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue