Skip to content

configuracion personal del editor neovim version windows 10

Notifications You must be signed in to change notification settings

EliecerAAguilar/NeoVimPersonalConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeoVimPersonalConfig

configuracion personal del editor neovim version windows 10

manajador de paquetes PLUG

REQUISITOS PREVIOS

*instalar manejador de paquetes chocolatey para windows

iniciar windows Powershell como administrador

copiar y pegar lo siguiente

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

*instalar neovim usando chocolatey

usando la powershell copiamos, pegamos y ejecutamos lo siguiente

choco install neovim

clonar el repositorio en la siguiente direccion

C:\Users<USER-NAME>\AppData\Local

REEMPLAZAR por su nombre de usuario

About

configuracion personal del editor neovim version windows 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages