I'm using powershell neovim, and I want to install a plugin named auto-pairs to my neovim,
I tried to edit the _vimrc and ~/vimfile but it doesn't work at all.
then I found my neovim file in ~/AppData/Local/nvim and nvim-data, here's their structure :
it seems to be there isn't a file named bundle, so I don't know where to put the vunle.vim and how to configure it
please help me
well I've resolved it by adding Plug 'jiangmiao/auto-pairs' to my init.vim.
By using vim-plug, it can be installed