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
Currently mason-tools-installer calls run_on_start during the VimEnter event (as seen below), but when using lazy.nvim with event set to 'VeryLazy', the plugin has not been loaded yet when VimEnter occurs so the run_on_start command never runs.
I'm not sure what the preferred way to fix this would be, but for now I am able to work around the problem, but explicitly running: vim.api.nvim_command('MasonToolsInstall')
in my lazy spec config function after the setup method is called.
ls-devs, LeonardoMor, smartinellimarco, Rizhiy, kopperp and 2 moredyskette