AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 238 forks source link

fix(projectmgr-nvim): disable lazy loading #961

Closed Ryex closed 4 months ago

Ryex commented 4 months ago

📑 Description

redo #605

ℹ Additional Information

prevent errors like

E5108: Error executing lua: ...nvim-data/lazy/projectmgr.nvim/lua/projectmgr/manage.lua:20: attempt to index field 'config' (a nil value)
stack traceback:
    ...nvim-data/lazy/projectmgr.nvim/lua/projectmgr/manage.lua:20: in function 'open_project'
    ...lazy/projectmgr.nvim/lua/projectmgr/telescope_picker.lua:46: in function 'run_replace_or_original'
    ...im-data/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'key_func'
    ...nvim-data/lazy/telescope.nvim/lua/telescope/mappings.lua:253: in function <...nvim-data/lazy/telescope.nvim/lua/telescope/mappings.lua:252>
github-actions[bot] commented 4 months ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping: