This is a custom Neovim configuration built on the powerful NvChad framework. Enhance your Neovim experience with a modern, extensible, and highly customizable setup.
Set up your custom Neovim configuration just by getting copilot apps.json copilot with oauth key:
-
Clone the repository and build the setup script:
docker build -t nvim .
Wait for lazy.nvim
to finish downloading and syncing plugins.
Launch Neovim and install the required tools:
:MasonInstallAll
Learn about UI and Base46
customization:
:h nvui
docker run -it -v "$(pwd):/workspace" nvim
To save your NVChad settings:
docker run -it -v ~/.config/nvim:/root/.config/nvim -v /path/to/your/repo:/workspace my-nvim-config
Note: Ensure the paths you mount are accessible by Docker. On Windows, verify shared paths in Docker Desktop under
Settings > Resources > File Sharing
.
Let me know if you’d like any further refinements!