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.

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

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.

Start Neovim and run :Rocks sync. Restart Neovim.

Check rocks.nvim for the latest instructions.

As a bundle

You can use these configurations (init.lua + plugins) without affecting your setup (:h -u).

init.lua$ nvim -u bundle.lua

The regular way

Remove or backup ~/.config/nvim.

init.lua$ ln -s "$(readlink -f ..)"/init.lua ~/.config/nvim

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