Removed obsidian
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
--- @type LazyPluginSpec
|
|
||||||
return {
|
|
||||||
"epwalsh/obsidian.nvim",
|
|
||||||
version = "*",
|
|
||||||
ft = "markdown",
|
|
||||||
event = {
|
|
||||||
"BufReadPre ~/obsidian/Main/*.md",
|
|
||||||
"BufNewFile ~/obsidian/Main/*.md",
|
|
||||||
},
|
|
||||||
dependencies = "nvim-lua/plenary.nvim",
|
|
||||||
config = function()
|
|
||||||
require("obsidian").setup({
|
|
||||||
workspaces = {
|
|
||||||
{
|
|
||||||
name = "Main",
|
|
||||||
path = "~/obsidian/Main",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
ui = {
|
|
||||||
enable = false,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user