mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
add plugin extra test
This commit is contained in:
parent
67d76806f6
commit
bbefeb33a9
1 changed files with 4 additions and 2 deletions
|
|
@ -14,10 +14,12 @@ require("lazy").setup({
|
|||
-- { import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
-- { import = "lazyvim.plugins.extras.lang.json" },
|
||||
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
|
||||
-- include copilot
|
||||
{ import = "lazyvim.plugins.extras.coding.copilot" },
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
|
||||
-- include copilot
|
||||
{ import = "lazyvim.plugins.extras.coding.copilot" },
|
||||
{ import = "lazyvim.plugins.extras.test.core" },
|
||||
},
|
||||
defaults = {
|
||||
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue