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.
- Host: GitHub
- URL: https://github.com/pablopunk/transparent.vim
- Owner: pablopunk
- Created: 2018-11-19T10:38:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T11:32:50.000Z (over 2 years ago)
- Last Synced: 2025-02-02T16:37:34.472Z (over 1 year ago)
- Language: Vim Script
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Transparent vim
Make your vim match your transparent terminal.
## 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)