/neovim-config

My Neovim config for daily development

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

neovim-config

My Neovim config for daily development

Installation

Clone the repository to .config/nvim:

cd ~/.config/
git clone git@github.com:fleer/neovim-config.git nvim

Docker

Execute Neovim in a Docker container. Build the container with

docker build . -t neovim

Start Neovim in container via

docker run --rm -it neovim /bin/bash

and then execute the nvim command.