All Projects → Shougo → deorise.nvim

Shougo / deorise.nvim

Licence: other
The dark powered hexa decimal editor interface for neovim

Programming Languages

Vim Script
2826 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].