Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

2. Usage

Jeffrey edited this page Feb 28, 2023 · 5 revisions

Install

sudo bash https://raw.githubusercontent.com/double12gzh/nvim/main/scripts/setup_config.sh

Docker

# run docker
docker run -itd --name nvim --security-opt seccomp=unconfined -v /home/AFiles/DOCKER:/home/work/AFiles double12gzh/neovim:debian-latest

# exec docker
docker exec -it -w /home/work/AFiles --user work nvim zsh

# nvim and run
:MasonToolsInstall

# nvim ~/.config/nvim/init.lua and run
:Mason

# nvim and check health
:checkhealth

Clone this wiki locally