AutoYADM commit: 2024-11-22 02:18:15
This commit is contained in:
parent
5f24f10427
commit
9745c8159f
38 changed files with 1122 additions and 1687 deletions
10
.config/nvim-min/lua/plugins/disabled.lua
Normal file
10
.config/nvim-min/lua/plugins/disabled.lua
Normal 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?
|
Loading…
Add table
Add a link
Reference in a new issue