ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 450 forks source link

How to (re)install nvimdots #1232

Closed qinjianwei closed 2 months ago

qinjianwei commented 2 months ago

Feature description

我的neovim 启动一堆Error,想要升级或者卸载重装不知道如何操作

Additional information

我的neovim 启动一堆Error,想要升级或者卸载重装不知道如何操作

CharlesChiuGit commented 2 months ago

what's your OS? how do u install nvim? r u using the latest commit on the main branch? do u know git?

qinjianwei commented 2 months ago

what's your OS? how do u install nvim? r u using the latest commit on the main branch? do u know git?

使用windows,使用scoop安装。没有在最后提交的分支。作者的配置是一个git库?这个库在什么位置,是不是我pull一下就可以了?

CharlesChiuGit commented 2 months ago

https://github.com/neovim/neovim/blob/master/INSTALL.md#windows

init.vim ("vimrc"): If you already have Vim installed you can copy %userprofile%_vimrc to %userprofile%\AppData\Local\nvim\init.vim to use your Vim config with Neovim.

GaugeAndGravity commented 2 months ago

重装就重新执行 readme 里的安装命令就行了

ayamir commented 2 months ago

Remove completely: https://github.com/ayamir/nvimdots/wiki/Issues#remove-nvimdots Install:

Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.ps1'))