hyperextensible Vim-based text editor
Nvim Everforest Theme
Nvim DarkPlus Theme
Nvim Dracula Theme
Nvim Gruvbox Medium Theme
Nvim Material Palenight Theme
- Extensible
- API is first-class: discoverable, versioned, documented.
- MessagePack structured communication enables extensions in any language.
- Remote plugins run as co-processes, safely and asynchronously.
- GUIs, IDEs, web browsers can –embed Neovim as an editor or script host.
- Usable
- Strong defaults
- Works the same everywhere: one build-type, one command
- Modern terminal features such as cursor styling, focus events, bracketed paste
- Built-in terminal emulator
- Drop-in Vim
- Fully compatible with Vim’s editing model and the Vimscript language.
- Start with :help nvim-from-vim if you already use Vim.
My Neovim project is based on LunarVim/Neovim-from-scratch by Christian Chiarulli. His YouTube series is perfect! If you start with neovim and lua, it is best start point.
Project is inherited, but not depended. I will synch it time to time. But it is independent now.
Additional features are:
- Addition of 20+ colorthemes primary for nvim, but some of them are vim. There are included all best themes. These themes can be changes dynamically with external script global-colorscheme.
- Minimap plugin https://github.com/wfxr/minimap.vim
- Colorizer plugin https://github.com/norcalli/nvim-colorizer.lua
The files and scripts in this repository are licensed under the MIT License, which is a very permissive license allowing you to use, modify, copy, distribute, sell, give away, etc. the software. In other words, do what you want with it. The only requirement with the MIT License is that the license and copyright notice must be provided with the software.
The configuration files are added in LICENSE
(Antonin Fischer (raven2cz) repository) MIT License.
Additional license is driven by LunarVim/Neovim-from-scratch by Christian Chiarulli (license added) GNU General Public License v3.0.