Adds nvim-notes config

This commit is contained in:
Michel 2024-11-21 22:18:33 +01:00
parent 01d6a32b3b
commit ac5fd4f192
17 changed files with 634 additions and 0 deletions

View file

@ -0,0 +1,18 @@
return {
"epwalsh/obsidian.nvim",
version = "*",
lazy = true,
ft = "markdown",
dependencies = {
-- Required.
"nvim-lua/plenary.nvim",
},
opts = {
workspaces = {
{
name = "notes",
path = "~/Notes/",
},
},
},
}