# NvPackDemo **Repository Path**: nvpack/NvPackDemo ## Basic Information - **Project Name**: NvPackDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-25 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # neovim + lazy.nvim - self neovim config files # Install - Linux or MacOS ```bash git clone https://github.com/NvChad/tinyvim ~/.config/nvim && nvim ``` Run `:MasonInstallAll` command after lazy.nvim finishes downloading plugins - Windows ```bash git clone https://github.com/NvChad/tinyvim $HOME\AppData\Local\nvim --depth 1 && nvim ``` # fzf-lua - fzf: `sudo apt install fzf` - fd: `cargo install fd-find` - rg: `cargo install ripgrep`