Closed devstefancho closed 1 year ago
Hmm that's odd. @folke, do you have any ideas?
Op probably has set config.defaults.lazy = true.
Either change that or add lazy=false to the spec for obsidian. Help files in neovim are only available for loaded plugins
@folke cool lazy to false then I can see doc now Thanks
return {
"epwalsh/obsidian.nvim",
config = function()
require("obsidian").setup({
dir = "~/iCloud/Documents/my-vault",
daily_notes = {
folder = "daily",
},
})
end,
lazy = false,
}
🐛 Describe the bug
Hello!
I don't know if this is a bug or not, but I need your help searching doc I use lazy.nvim and I successfully install obsidian.nvim but the help page does not exist ( I want to read the doc in vim) Here is my config
I try
:h obsidian.txt
and also:h obs
then try tab key to auto complete, but obsidian doc is not existthe screenshot is about searching the help page with telescope
Versions