0

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 :

nvim,nvim-data

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

fristzzz
  • 1
  • 1

1 Answers1

0

well I've resolved it by adding Plug 'jiangmiao/auto-pairs' to my init.vim.

By using vim-plug, it can be installed

fristzzz
  • 1
  • 1