8000 GitHub - cvantienen/nvim_setup: My Nvim Config With Copilot
[go: up one dir, main page]

Skip to content

cvantienen/nvim_setup

Repository files navigation

📦 Neovim Chad Configuration

This is a custom Neovim configuration built on the powerful NvChad framework. Enhance your Neovim experience with a modern, extensible, and highly customizable setup.

🛠️ Setup Instructions

Set up your custom Neovim configuration just by getting copilot apps.json copilot with oauth key:

  1. 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

🐳 Running Inside a Docker Container

docker run -it -v "$(pwd):/workspace" nvim         

Persist NVChad Configuration

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.


📚 Additional Resources


Let me know if you’d like any further refinements!

About

My Nvim Config With Copilot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0