kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

feat(docker): add simple config for trying or testing

Open tunakasif opened this issue 2 years ago • 0 comments

I'm proposing a simple Docker blueprint for trying and testing the kickstart.nvim configuration. I believe it would be nice for people who wants to try the kickstart configuration, but do not want to mess with their machines or with their existing Neovim configurations. With the proposed container approach, it would be possible to enter a working kickstart.nvim demo by running the following:

git clone https://github.com/nvim-lua/kickstart.nvim.git \
    && cd kickstart.nvim \
    && docker build -t kickstart . \
    && docker run -it --rm kickstart

tunakasif avatar Feb 19 '23 23:02 tunakasif