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

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

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](https://img.shields.io/badge/doc-%3Ah%20ddx-orange.svg)](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