Skip to content

My Neovim config folder (plugins managed by rocks.nvim).

Notifications You must be signed in to change notification settings

lbrayner/init.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requires Neovim 0.11.0 or greater.

Remove or backup ~/.config/nvim.

$ git clone 'https://github.com/lbrayner/init.lua' ~/.config/nvim

As a bundle

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

Install rocks.nvim

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.

Screenshots

Normal mode

Screenshot from 2024-08-27 10-09-16

Visual mode

Screenshot from 2024-08-27 10-09-36

Insert mode

Screenshot from 2024-08-27 10-10-09

Command-line mode

Screenshot from 2024-08-27 10-10-35

Command-line mode (search)

Screenshot from 2024-08-27 10-11-03

Terminal-mode

Screenshot from 2024-08-27 10-11-24

Fugitive buffers

Screenshot from 2024-08-27 10-13-14

Language Server

Screenshot from 2024-08-27 10-15-06 Screenshot from 2024-08-27 10-21-40