Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbyuki/vcd-viewer.nvim
VCD file viewer for Neovim
https://github.com/jbyuki/vcd-viewer.nvim
ascii-art neovim neovim-plugin vcd waveform-viewer
Last synced: about 1 month ago
JSON representation
VCD file viewer for Neovim
- Host: GitHub
- URL: https://github.com/jbyuki/vcd-viewer.nvim
- Owner: jbyuki
- License: mit
- Created: 2022-02-17T09:20:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T09:23:41.000Z (over 2 years ago)
- Last Synced: 2024-08-07T18:35:16.106Z (3 months ago)
- Topics: ascii-art, neovim, neovim-plugin, vcd, waveform-viewer
- Language: Lua
- Homepage:
- Size: 13.7 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vcd-viewer.nvim
===============A waveform viewer for VCD files.
[![Screenshot-2022-02-17-121954.png](https://i.postimg.cc/WbkXV5RK/Screenshot-2022-02-17-121954.png)](https://postimg.cc/56fwqq2q)
Installation
------------Install using your prefered method:
- [vim-plug](https://github.com/junegunn/vim-plug).
```vim
Plug 'jbyuki/vcd-viewer.nvim'
```- [packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use "jbyuki/vcd-viewer.nvim"
```Usage
-----* Open a *.vcd file
* Invoke `:lua require"vcd-viewer".view()`