AutoYADM commit: 2024-11-22 02:18:15

This commit is contained in:
Daniel Fichtinger 2024-11-22 02:18:15 -05:00
parent 5f24f10427
commit 9745c8159f
38 changed files with 1122 additions and 1687 deletions

View file

@ -0,0 +1,10 @@
return {
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
{ "folke/tokyonight.nvim", enabled = false },
{ "catpuccin/nvim", enabled = false },
-- { "folke/noice.nvim", enabled = false },
}
-- TODO:
-- figure out how to make markdown extra work together with Obsidian, disable it for now
-- either I can use the extra in markdown files but disable it and use obsidian in vault md files
-- OR find some way for them to coexist?