79803569

Date: 2025-10-29 08:38:35
Score: 1
Natty:
Report link

In your init.vim, try and do this:

call plug#begin()
...
Plug 'epwalsh/obsidian.nvim'
...
call plug#end()

" Call here your setup codecode
:lua require("obsidian").setup {}

Mind that : before lua require, and write that require function after you call plug#end(). Solved similar problem for me

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JosephWilliamsen