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
I like the plugin very much. Thanks alot for creating!
Reasons to do:
A pure lua profile would decrease startup time.
The lua startup profiler would be more correct or simpler to get correct with this change. Otherwise one gets more wrong results.
Try to be consistent as to use functionality of lua, if possible.
Having a function to initialize makes separating things for user-specific settings while getting updates much easier (user may implement a different function to customize plugin).
Thank you for letting me know about this. The only reason why I haven't done this yet is my ignorance :) (this is my first plugin). I'll look into this.
I like the plugin very much. Thanks alot for creating!
Reasons to do:
Another related reason (bad practice/historical reasons): nvim-treesitter/module-template#1
Relevant content for change:
https://github.com/nanotee/nvim-lua-guide#using-meta-accessors-1
Is the problem potentially that there is standard way to define description + maintainer for tools to read?
Sidenode: Luajit caches stuff (for speed reasons), so when no vimscript is involved or a function changes settings, they will remain.
The text was updated successfully, but these errors were encountered: