AutoYADM commit: 2024-11-11 14:15:02
This commit is contained in:
parent
8e8608bf25
commit
bc38e73b43
3 changed files with 5 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extras": [
|
||||
"lazyvim.plugins.extras.coding.copilot",
|
||||
"lazyvim.plugins.extras.coding.copilot-chat",
|
||||
"lazyvim.plugins.extras.ai.copilot",
|
||||
"lazyvim.plugins.extras.ai.copilot-chat",
|
||||
"lazyvim.plugins.extras.coding.mini-comment",
|
||||
"lazyvim.plugins.extras.coding.mini-surround",
|
||||
"lazyvim.plugins.extras.coding.yanky",
|
||||
|
@ -39,5 +39,5 @@
|
|||
"news": {
|
||||
"NEWS.md": "7107"
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
|
@ -1,19 +1,9 @@
|
|||
-- local tv = require("taskview")
|
||||
|
||||
-- tv.setup({})
|
||||
return {
|
||||
dir = "~/dev/taskview.nvim/",
|
||||
name = "taskview",
|
||||
-- event = "VeryLazy",
|
||||
event = "VeryLazy",
|
||||
enabled = false,
|
||||
lazy = false,
|
||||
opts = {
|
||||
out = "Hi test",
|
||||
},
|
||||
-- config = function()
|
||||
-- require("taskview")
|
||||
-- end,
|
||||
-- opts = {
|
||||
-- out = "Hi testing",
|
||||
-- }
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
enabled = false,
|
||||
opts = {
|
||||
window = {
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue