Himanshu Goswami

Results 2 comments of Himanshu Goswami

In your `init.lua` you you're calling the module as `require "user.options"`. This will only work if you've structure like `.config/lua/user/options.lua` . You can also call the module as: `require "lua.user.options.lua"`

Am i missing something ? ![image](https://github.com/dendronhq/dendron/assets/96357852/09492f6c-0416-458f-873f-323c92be74ac) Isn't it already there