[feature] coc.nvim on Windows

This commit is contained in:
Klesh Wong 2021-01-30 11:32:56 +08:00
parent d834bfbfb6
commit 0ad76cf7b5
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@ $Env:Path += ";$Dir\bin"
$Env:PSModulePath += ";$Dir\Modules"
$Env:KUBE_EDITOR = 'nvim'
$Env:EDITOR = 'nvim'
$Env:VIM_MODE = 'enhanced'
Set-Alias -Name k kubectl
Set-Alias -Name bm Open-Bookmark
Set-Alias -Name v nvim

5
win/setup/nodejs.md Normal file
View File

@ -0,0 +1,5 @@
# yarn global package not found
添加环境变量 `NODE_PATH` `%APPDATA%\Local\Yarn\Data\global\node_modules`