https://github.com/shougo/ddx.vim
Dark deno-powered hexadecimal plugin for neovim/Vim8
https://github.com/shougo/ddx.vim
ddx-vim vim-denops
Last synced: 10 months ago
JSON representation
Dark deno-powered hexadecimal plugin for neovim/Vim8
- Host: GitHub
- URL: https://github.com/shougo/ddx.vim
- Owner: Shougo
- License: mit
- Created: 2022-04-08T08:36:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T04:09:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T00:31:26.899Z (over 1 year ago)
- Topics: ddx-vim, vim-denops
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 47
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ddx.vim
> Dark deno-powered hexadecimal plugin for Vim/Neovim
If you don't want to configure plugins, you don't have to use the plugin. It
does not work with zero configuration. You can use other plugins.
[](doc/ddx.txt)
Please read [help](doc/ddx.txt) for details.
Ddx is the abbreviation of "dark deno-powered heXadecimal".
The development is supported by
[github sponsors](https://github.com/sponsors/Shougo/). Thank you!
- [Introduction](#introduction)
- [Install](#install)
- [Screenshots](#screenshots)
## Introduction
I have chosen denops.vim framework to create new plugin. Because denops.vim is
better than Neovim Python interface.
- Easy to setup
- Minimal dependency
- Stability
- Vim/Neovim compatibility
- Speed
- Library
- Easy to hack
## Install
**Note:** Ddx.vim requires Vim 9.0.1499+ or Neovim 0.10.0+. See
[requirements](#requirements) if you aren't sure whether you have this.
### Requirements
Please install both Deno 1.45+ and "denops.vim" v7.0+.
-
-
## Screenshots
## Plans
- [x] View binary file
- [ ] Edit binary file(especially, insert bytes and delete bytes)
- [ ] Japanese encodings support
- [ ] GB data support
- [ ] Undo support
- [ ] ddx-commands
- [ ] ddx-ui-hex
- [ ] UI support
- [ ] Bitmap analysis