Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shougo/deorise.nvim
The dark powered hexa decimal editor interface for neovim
https://github.com/Shougo/deorise.nvim
Last synced: 4 days ago
JSON representation
The dark powered hexa decimal editor interface for neovim
- Host: GitHub
- URL: https://github.com/Shougo/deorise.nvim
- Owner: Shougo
- License: other
- Archived: true
- Created: 2017-01-04T01:30:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T05:52:23.000Z (over 2 years ago)
- Last Synced: 2024-08-01T17:41:30.592Z (3 months ago)
- Language: Vim script
- Size: 13.7 KB
- Stars: 23
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deorise.nvim
============[![Join the chat at https://gitter.im/Shougo/deorise.nvim](https://badges.gitter.im/Shougo/deorise.nvim.svg)](https://gitter.im/Shougo/deorise.nvim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Please read [help](doc/deorise.txt) for details.
Warning: This is the vaporware! It is not implemented yet.
**Note**: The development on deorise.nvim has stopped.
Please see [ddx.vim](https://github.com/Shougo/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](#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
```viml
Plug 'Shougo/deorise.nvim', { 'do': ':UpdateRemotePlugins' }
```For dein.vim
```viml
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
```vim
```