vim-plug
vim-plug copied to clipboard
How to disable vim-plug from creating a file called "manager"?
Recently, I have installed vim-plug, but one thing that annoys me is that it had crippled my vim command to open the file from commandline. Whenever I type vim filename
it opens a file called manager
. Is there a way to disable this default behaviour from vim-plug?
- Type:
- [ ] Bug
- [ ] Enhancement
- [ ] Feature Request
- [x] Question
- OS:
- [ ] All/Other
- [x] Linux
- [ ] OS X
- [ ] Windows
- Vim:
- [x] Terminal Vim
- [ ] GVim
- [ ] Neovim
It has the same behaviour in Neovim on Debian buster.
Nothing in the plug.vim code creates a file named manager. Lack vimrc to debug.