arnaudlimbourg / nvim

My neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My neovim configuration.

Mainly built from the amazing neovim from scratch with accompanying videos. From ChristianChiarulli

As per the words of adamhjk.

Everything inside it remains GPLv3, though - because it's not just inspired by, it is a direct continuation of the upstream repo.

Thanks to all plugin authors.

Configuration uses Lua, see init.lua Plugins used are found in the file lua/user/plugins.lua file. In a nutshell, coq for completion, telescope for finding things, chadtree for a file explorer, and more.

Convention from neovim from scratch are used. Having all configuration files in a user (name can be changed) acts as a namespace and prevents conflicts.

Obligatory screenshot image

Theme is nord and font is MonoLisa

About

My neovim configuration

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%