# nvimConfig **Repository Path**: roberte/nvim ## Basic Information - **Project Name**: nvimConfig - **Description**: nvim configuration - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-02 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # require [git](https://github.com/git-for-windows/git/releases) [neard font](https://www.nerdfonts.com/font-downloads) [ripgrep](https://github.com/BurntSushi/ripgrep) [gcc](https://www.mingw-w64.org/downloads/) MinGW-W64-builds ucrt版本 比如[x86_64-15.2.0-release-win32-seh-ucrt-rt_v13-rev0.7z](https://release-assets.githubusercontent.com/github-production-release-asset/446033510/49d8aedc-81fb-42c5-9fdb-f71c93688adb?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-12-11T06%3A34%3A11Z&rscd=attachment%3B+filename%3Dx86_64-15.2.0-release-win32-seh-ucrt-rt_v13-rev0.7z&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-12-11T05%3A33%3A55Z&ske=2025-12-11T06%3A34%3A11Z&sks=b&skv=2018-11-09&sig=%2F57nAJ4Xg3Ja9%2BoM5sQkDC92phkXIiKkfAt4Xupu%2ByQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2NTQzNDQwNCwibmJmIjoxNzY1NDMyNjA0LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.Ix7JQnC4u5Y9gC5G6ozpw_mPR9w4PluTyyX1abYoPHU&response-content-disposition=attachment%3B%20filename%3Dx86_64-15.2.0-release-win32-seh-ucrt-rt_v13-rev0.7z&response-content-type=application%2Foctet-stream) [make](https://gnuwin32.sourceforge.net/packages/make.htm) [fzf](https://www.mingw-w64.org/downloads/) [lazygit](https://github.com/jesseduffield/lazygit) # install ```powershell Move-Item $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak git clone --depth 1 https://gitee.com/roberte/nvim.git $env:LOCALAPPDATA\nvim Remove-Item $env:LOCALAPPDATA\nvim\.git -Recurse -Force nvim ```