An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# mingw-gvim-transparency
[![Build Vim](https://github.com/raa0121/mingw-gvim-transparency/workflows/Build%20Vim/badge.svg)](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