Installing vim via msys2 and config vim on windows10

1. Installing vim
Open msys2 ucrt64 terminal and enter command as follows:
```
pacman -S vim
```
2. Configure vim
Open msys2 ucrt64 terminal and enter command as follows:
```
cd ~
touch .vimrc
```
Adding the content into .vimrc which you want to.
For example:
```
set number
```

Comments

Popular posts from this blog

BdsDex: failed to load Boot0001 "UEFI BHYVE SATA DISK BHYVE-OABE-20A5-E582" from PciRoot(0x0)/Pci (0x2, 0x0)/Stat(0x0,0xFFFF,0x0) : Not Found

FFmpeg

Install v2ray on FreeBSD