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

https://github.com/pablopunk/transparent.vim

Make your vim match your transparent terminal.
https://github.com/pablopunk/transparent.vim

Last synced: 3 months ago
JSON representation

Make your vim match your transparent terminal.

Awesome Lists containing this project

README

          

# Transparent vim

Make your vim match your transparent terminal.


Screenshot

## Install

I use [vim-plug](https://github.com/junegunn/vim-plug)

```vim
Plug 'pablopunk/transparent.vim'
```

## Usage

It works automatically when you open *Vim*.

If you wanna toggle it on and off, you can use these commands:

```vim
" Turn on
:TransparentVim
" Turn off
:TransparentVimReset
```

## Related

* [My dotfiles](https://github.com/pablopunk/dotfiles)