fix obsidian-nvim plugin

This commit is contained in:
2024-03-03 23:43:20 +01:00
parent 170371fb44
commit 60b09def1f
2 changed files with 2 additions and 13 deletions

View File

@@ -171,4 +171,4 @@
## git ## git
- Packete sigieren für github - Packete signieren für github

View File

@@ -2,10 +2,7 @@ return {
{ {
"epwalsh/obsidian.nvim", "epwalsh/obsidian.nvim",
lazy = true, lazy = true,
event = { ft = "markdown",
"BufReadPre " .. vim.fn.expand("~") .. "**.md",
"BufNewFile " .. vim.fn.expand("~") .. "**.md",
},
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
@@ -20,14 +17,6 @@ return {
name = "COe", name = "COe",
path = "/run/user/1000/gvfs/smb-share:server=192.168.0.100,share=administration/NetzwerkTeam/wiki", path = "/run/user/1000/gvfs/smb-share:server=192.168.0.100,share=administration/NetzwerkTeam/wiki",
}, },
{
name = "work",
path = "~/Notes/work",
},
{
name = "studies",
path = "~/Notes/studies",
},
}, },
}) })
end, end,