Requires Neovim 0.11.0 or greater.
Remove or backup ~/.config/nvim
.
$ git clone 'https://github.com/lbrayner/init.lua' ~/.config/nvim
You can use these configurations (init.lua
+ plugins) without affecting your
setup (:h -u
).
$ git clone 'https://github.com/lbrayner/init.lua'
$ cd init.lua
init.lua$ nvim -u bundle.lua
Before installing rocks.nvim,
check the
requirements
(don't mind netrw
).
Install rocks.nvim
:
nvim --clean -c "source https://raw.githubusercontent.com/nvim-neorocks/rocks.nvim/master/installer.lua"
Keep the default Rocks installation path ~/.local/share/nvim/rocks
.
There is no need to change init.lua
.
Create ~/.local/share/nvim/site/pack/rocks/start
for rocks-git.nvim
(this is a bug):
mkdir ~/.local/share/nvim/site/pack/rocks/start
Be aware that rocks-git.nvim
installs plugins as Vim packages in
~/.local/share/nvim/site/pack/rocks/start
. See :h packages
. Packages in
pack/*/start
are implicitly loaded on start-up.
Start Neovim and run :Rocks sync
. Restart Neovim.
Check rocks.nvim for the latest instructions.