mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
added obsidian
This commit is contained in:
parent
4f35a05389
commit
7280c0cef9
2 changed files with 19 additions and 1 deletions
|
|
@ -4,6 +4,5 @@ return {
|
|||
"numToStr/Comment.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
lazy = true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
19
lua/plugins/obsidian.lua
Normal file
19
lua/plugins/obsidian.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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