kay-adamof / Take-Your-Neovim

Neovim collections for validating or trying configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Take Your Neovim

This single Dockerfile is intended not only to validate the Neovim configuration without hassle, but also to allow you to try out the community-based Neovim bundlers.

Usage

AstroNvim

AstroNvim is my favorite and main Neovim bundlers.Please follow these steps to use AstroNvim.

  1. Create a folder to your prefered directory on your terminal.

    mkdir $HOME/path/to/neovim`
    
  2. Go to the folder created

  3. Run this commands on your terminal

docker build --target astro --tag your.favorite.image.name .

docker run --rm --name your.favorite.container.name -it astro nvim .

  • If you don't have Docker on your own machine or just discourage to use my Dockerfile on your local dev environment, try the GitHub Codespaces to know how it works.

About

Neovim collections for validating or trying configurations.


Languages

Language:Dockerfile 100.0%