You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And added it to my config. But now, every time I open nvim I get:
Error 10:05:53 notify.error lazy.nvim Failed to load `plugins.neogen`/Users/demian/.config/nvim/lua/plugins/neogen.lua:2: module 'neogen.types.template' not found: no field package.preload['neogen.types.template']cache_loader: module neogen.types.template not foundcache_loader_lib: module neogen.types.template not found no file './neogen/types/template.lua' no file '/opt/homebrew/share/luajit-2.1/neogen/types/template.lua' no file '/usr/local/share/lua/5.1/neogen/types/template.lua' no file '/usr/local/share/lua/5.1/neogen/types/template/init.lua' no file '/opt/homebrew/share/lua/5.1/neogen/types/template.lua' no file '/opt/homebrew/share/lua/5.1/neogen/types/template/init.lua' no file './neogen/types/template.so' no file '/usr/local/lib/lua/5.1/neogen/types/template.so' no file '/opt/homebrew/lib/lua/5.1/neogen/types/template.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file './neogen.so' no file '/usr/local/lib/lua/5.1/neogen.so' no file '/opt/homebrew/lib/lua/5.1/neogen.so' no file '/usr/local/lib/lua/5.1/loadall.so'
# stacktrace: - lua/plugins/neogen.lua:2 _in_ **tsdoc** - lua/plugins/neogen.lua:47 - lua/config/lazy.lua:10 - init.lua:2
Expected behaviour
Requiring neogen.types.template wouldn't give an error.
The text was updated successfully, but these errors were encountered:
Hi everyone!
I try to customize tsdoc that it would wort for interface properties as well.
Description
As for now I have created a tsdoc function:
And added it to my config. But now, every time I open nvim I get:
Expected behaviour
Requiring
neogen.types.template
wouldn't give an error.The text was updated successfully, but these errors were encountered: