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
Does this bug happen when you install plugin without vim-polyglot?
install plugin without vim-polyglot
I don't understand this question. Install what plugin?
Describe the bug:
vim-polyglot modifies the vim runtimepath resolving symlinks. If a user has their vim directory symlnked to a git repo on the filesystem,
Ultisnips complicated python approach to globbing the filesystem for snippet files picks up both the target and source of the symlinks resulting in conflicting snippet files which are the exact same file essentially.
Does this bug happen when you install plugin without vim-polyglot?
I don't understand this question. Install what plugin?
Describe the bug:
vim-polyglot modifies the vim runtimepath resolving symlinks. If a user has their vim directory symlnked to a git repo on the filesystem,
Ultisnips complicated python approach to globbing the filesystem for
snippet
files picks up both the target and source of the symlinks resulting in conflicting snippet files which are the exact same file essentially.Is it necessary to
resolve()
each of the paths in the runtime path?https://github.com/sheerun/vim-polyglot/blob/master/autoload/polyglot/init.vim#L3581-L3586
To Reproduce:
https://github.com/Artem-Schander/duplicate-ultisnips-issue-nvim-config
The text was updated successfully, but these errors were encountered: