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.
11 lines
431 B
11 lines
431 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 = true }, |
|
{ "p00f/clangd_extensions.nvim", enabled = true }, |
|
}
|
|
|