AutoYADM commit: 2024-11-11 14:15:02

This commit is contained in:
Daniel Fichtinger 2024-11-11 14:15:02 -05:00
parent 8e8608bf25
commit bc38e73b43
3 changed files with 5 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{ {
"extras": [ "extras": [
"lazyvim.plugins.extras.coding.copilot", "lazyvim.plugins.extras.ai.copilot",
"lazyvim.plugins.extras.coding.copilot-chat", "lazyvim.plugins.extras.ai.copilot-chat",
"lazyvim.plugins.extras.coding.mini-comment", "lazyvim.plugins.extras.coding.mini-comment",
"lazyvim.plugins.extras.coding.mini-surround", "lazyvim.plugins.extras.coding.mini-surround",
"lazyvim.plugins.extras.coding.yanky", "lazyvim.plugins.extras.coding.yanky",
@ -39,5 +39,5 @@
"news": { "news": {
"NEWS.md": "7107" "NEWS.md": "7107"
}, },
"version": 6 "version": 7
} }

View file

@ -1,19 +1,9 @@
-- local tv = require("taskview")
-- tv.setup({})
return { return {
dir = "~/dev/taskview.nvim/", dir = "~/dev/taskview.nvim/",
name = "taskview", name = "taskview",
-- event = "VeryLazy", event = "VeryLazy",
enabled = false, enabled = false,
lazy = false,
opts = { opts = {
out = "Hi test", out = "Hi test",
}, },
-- config = function()
-- require("taskview")
-- end,
-- opts = {
-- out = "Hi testing",
-- }
} }

View file

@ -1,5 +1,6 @@
return { return {
"folke/zen-mode.nvim", "folke/zen-mode.nvim",
enabled = false,
opts = { opts = {
window = { window = {
options = { options = {