/ddx.vim

Dark deno-powered hexadecimal plugin for neovim/Vim8

Primary LanguageTypeScriptMIT LicenseMIT

ddx.vim

Dark deno-powered hexadecimal plugin for neovim/Vim

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

Please read help for details.

Ddx is the abbreviation of "dark deno-powered heXadecimal".

The development is supported by github sponsors. Thank you!

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
  • neovim/Vim compatibility
  • Speed
  • Library
  • Easy to hack

Install

Note: Ddx.vim requires Neovim (0.8.0+ and of course, latest is recommended) or Vim 9.0.1499+. See requirements if you aren't sure whether you have this.

Requirements

Ddx.vim requires both Deno and denops.vim.

For vim-plug

call plug#begin()

Plug 'vim-denops/denops.vim'
Plug 'Shougo/ddx.vim'

call plug#end()

For dein.vim

call dein#begin()

call dein#add('vim-denops/denops.vim')
call dein#add('Shougo/ddx.vim')

call dein#end()

Screenshots

Plans

  • 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