Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 3.04 KB

README.org

File metadata and controls

55 lines (44 loc) · 3.04 KB

Raven2cz’s Neovim Configuration

hyperextensible Vim-based text editor

Nvim Everforest Theme

Nvim DarkPlus Theme

Nvim Dracula Theme

Nvim Gruvbox Medium Theme

Nvim Material Palenight Theme

Table of Contents

Introduction

  • 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.

Nvim Configuration

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:

License

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.