Skip to content

Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie). It is not a rewrite but a continuation and extension of Vim. Many clones and derivatives exist, some very clever—but none are Vim. Neovim is built for users who want the good parts of Vim, and more. This project includes my nvim configuration.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE-LunarVim-Neovim-from-scratch
Notifications You must be signed in to change notification settings

raven2cz/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie). It is not a rewrite but a continuation and extension of Vim. Many clones and derivatives exist, some very clever—but none are Vim. Neovim is built for users who want the good parts of Vim, and more. This project includes my nvim configuration.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE-LunarVim-Neovim-from-scratch

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages