Shougo / deorise.nvim

The dark powered hexa decimal editor interface for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deorise.nvim

Join the chat at https://gitter.im/Shougo/deorise.nvim

Please read help for details.

Warning: This is the vaporware! It is not implemented yet.

Note: The development on deorise.nvim has stopped.

Please see ddx.vim.

Deorise is the abbreviation of "dark powered neo-analyser". It provides the hexa decimal editing feature.

Installation

Note: deorise requires Neovim 0.3.0+ or Vim8.1+ with Python3.8.0+. See requirements if you aren't sure whether you have this.

  1. Extract the files and put them in your Neovim directory (usually $XDG_CONFIG_HOME/nvim/).
  2. Execute the :UpdateRemotePlugins and restart Neovim.

For vim-plug

Plug 'Shougo/deorise.nvim', { 'do': ':UpdateRemotePlugins' }

For dein.vim

call dein#add('Shougo/deorise.nvim')

Requirements

deoppet requires Neovim with if_python3. If :echo has("python3") returns 1, then you're done; otherwise, see below.

You can enable Python3 interface with pip:

pip3 install --user pynvim

If you want to read the pynvim/python3 interface install documentation, you should read :help provider-python and the Wiki.

Note: Python3 must be enabled before updating remote plugins

If Deorise was installed prior to Python support being added to Neovim, :UpdateRemotePlugins should be executed manually.

Screenshots

Configuration Examples

About

The dark powered hexa decimal editor interface for neovim

License:Other


Languages

Language:Vim Script 80.4%Language:Python 16.3%Language:Makefile 3.4%