https://github.com/raa0121/mingw-gvim-transparency
This provides Vim packages for mingw32/mingw64. This Vim has +python3/dyn and +lua/dyn, iconv/dyn and kaoriya's transparency patch enabled.
https://github.com/raa0121/mingw-gvim-transparency
mingw-w64 vim
Last synced: about 1 month ago
JSON representation
This provides Vim packages for mingw32/mingw64. This Vim has +python3/dyn and +lua/dyn, iconv/dyn and kaoriya's transparency patch enabled.
- Host: GitHub
- URL: https://github.com/raa0121/mingw-gvim-transparency
- Owner: raa0121
- Created: 2016-07-12T07:03:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2026-05-09T00:36:51.000Z (about 2 months ago)
- Last Synced: 2026-05-09T02:43:48.356Z (about 2 months ago)
- Topics: mingw-w64, vim
- Language: Shell
- Homepage:
- Size: 387 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mingw-gvim-transparency
[](https://github.com/raa0121/mingw-gvim-transparency/actions)
This provides Vim packages for mingw32/mingw64. This Vim has +python3/dyn and +lua/dyn, iconv/dyn and [kaoriya's transparency patch](https://github.com/koron/vim-kaoriya-patches/blob/master/master/2002-windows_transparency.diff) enabled.
The packages will be built at 0:00 UTC everyday.
## How to use
### Install
Add `/etc/pacman.conf`
```
[mingw-raa0121]
Server = https://github.com/raa0121/mingw-gvim-transparency/releases/latest/download
SigLevel = Never
```
```
pacman -Sy mingw-w64-i686-gvim-transparency
```
or
```
pacman -Sy mingw-w64-x86_64-gvim-transparency
```
### Setting
Set your enviroment.
#### msys2 bash
```
VIM=/mingw32/share/vim
VIMRUNTIME=/mingw32/share/vim/runtime
```
or
```
VIM=/mingw64/share/vim
VIMRUNTIME=/mingw64/share/vim/runtime
```
#### Windows native
```
VIM=C:\msys64\mingw32\share\vim
VIMRUNTIME=C:\msys64\mingw32\share\vim\runtime
```
or
```
VIM=C:\msys64\mingw64\share\vim
VIMRUNTIME=C:\msys64\mingw64\share\vim\runtime
```
## TODO
- [ ] Signing package
- [ ] Testing after build