faerryn / user.nvim

Since the advent of vim and neovim, countless package managers have appeared and dissappeared. Well, here's another to the list.
MIT License
32 stars 2 forks source link

Installation guide #10

Closed Kapelianovych closed 2 years ago

Kapelianovych commented 2 years ago

Hi! I am trying to install the package manager, but I cannot figure out where should I put the bootstrapping code. I am familiar a little only with the default NeoVim's package manager. Thank you in advance!

faerryn commented 2 years ago

If you are on linux, then you can put the code in ~/.config/nvim/init.lua if you don't already have a vimrc.

If you do have a neovim vimrc, then you can put the code in heredocs.

I updated the README to put the example front and center.

Kapelianovych commented 2 years ago

Thanks. Is the ~/.local/share/nvim/site/pack/user.nvim/start/user.nvim directory the right place to clone the repository into?

faerryn commented 2 years ago

The repo should be cloned into ~/.local/share/nvim/site/pack/user/opt/faerryn/user.nvim/default/default/default/default.

Kapelianovych commented 2 years ago

Thanks. All is working fine now.