Skip to content

My Neovim config folder (with plugins as git submodules).

Notifications You must be signed in to change notification settings

lbrayner/init.lua

Repository files navigation

Requires Neovim 0.10.0 or greater.

$ git clone 'https://github.com/lbrayner/init.lua'
$ cd init.lua
init.lua$ git submodule update --init

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

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

Packages (:h packages) are submodules in pack/bundle/start.

Screenshots

Normal mode

Screenshot

Visual mode

Screenshot

Insert mode

Screenshot

Command-line mode

Screenshot

Command-line mode (search)

Screenshot

Terminal-mode

Screenshot

Fugitive buffers

Screenshot

Language Server

Screenshot Screenshot