fix obsidian-nvim plugin
This commit is contained in:
@@ -2,10 +2,7 @@ return {
|
||||
{
|
||||
"epwalsh/obsidian.nvim",
|
||||
lazy = true,
|
||||
event = {
|
||||
"BufReadPre " .. vim.fn.expand("~") .. "**.md",
|
||||
"BufNewFile " .. vim.fn.expand("~") .. "**.md",
|
||||
},
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"hrsh7th/nvim-cmp",
|
||||
@@ -20,14 +17,6 @@ return {
|
||||
name = "COe",
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user