removed nvim script
This commit is contained in:
parent
2738295a80
commit
a9aaa407f7
17
install.ps1
17
install.ps1
@ -127,13 +127,6 @@ Write-Host "Cmder CMD Aliases Path: $($cmder_user_aliases_cmd_path)"
|
||||
$cmder_user_profile_ps_path = "$($cmder_root)\config\user_profile.ps1"
|
||||
Write-Host "Cmder PowerShell Profile Path: $($cmder_user_profile_ps_path)"
|
||||
|
||||
# # Neovim Config Directory
|
||||
# New-Item -ItemType Directory -Force -Path "$($local_app_data)\nvim"
|
||||
# Write-Host "Neovim Init Directory: $($local_app_data)\nvim"
|
||||
|
||||
# $neovim_init_path = "$($local_app_data)\nvim\init.vim"
|
||||
# Write-Host "Neovim Init Path: $($neovim_init_path)"
|
||||
|
||||
# Cmder DOSKEY Aliases
|
||||
if (-not (Test-Path -Path $cmder_user_aliases_cmd_path)) {
|
||||
$repo_cmder_user_aliases_cmd_path = "$($PWD)\cmder\user_aliases.cmd"
|
||||
@ -183,15 +176,5 @@ if (-not (Test-Path -Path $vscode_user_settings_path)) {
|
||||
Write-Host "VS Code User Settings Exists"
|
||||
}
|
||||
|
||||
# # NeoVim init
|
||||
# if (-not (Test-Path -Path $neovim_init_path)) {
|
||||
# $repo_neovim_init_path = "$($PWD)\vim\init.vim"
|
||||
# Write-Host "Repo init.vim: $($repo_neovim_init_path)"
|
||||
# New-Item -Path $neovim_init_path -ItemType SymbolicLink -Value $repo_neovim_init_path
|
||||
# Get-Item -Path $neovim_init_path
|
||||
# } else {
|
||||
# Write-Host "Neovim Init Path Exists"
|
||||
# }
|
||||
|
||||
Write-Host -NoNewline "Install Complete. Be sure to Reboot the Machine if UAC or DEV Mode was configured. Press any key to continue.."
|
||||
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
|
Loading…
Reference in New Issue
Block a user