[feature] coc.nvim on Windows
This commit is contained in:
parent
d834bfbfb6
commit
0ad76cf7b5
|
@ -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
5
win/setup/nodejs.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
# yarn global package not found
|
||||
|
||||
添加环境变量 `NODE_PATH` `%APPDATA%\Local\Yarn\Data\global\node_modules`
|
||||
|
Loading…
Reference in New Issue
Block a user