mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
remove obsidian
This commit is contained in:
parent
b6f9df5061
commit
e49a3508f5
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"epwalsh/obsidian.nvim",
|
||||
version = "*",
|
||||
event = "VeryLazy",
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {
|
||||
workspaces = {
|
||||
{
|
||||
name = "personal",
|
||||
path = "~/obsidian",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue