did_coc_loaded #66
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
maintenance
obsolete
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
yestax/setup#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In coc.vim plugin file:
Check for did_coc_loaded to execute the content because otherwise it will cause errors since coc is in opt package.
Remove also the packadd clause at the same time and instruct the user to add it to his vimrc to enable plugins.
Also share a command to do it quicker.
update the readme in optional steps section
61ba00b2b4changes the package from start to opt.did_coc_loaded used as a guard clause.
packadd added in a hook to ease setup.
README updated for hooks setup