Neovim icon

Neovim

Neovim is a hyperextensible Vim-based text editor. It aims to improve Vim by refactoring the source code to allow greater plugin development and extension. It offers the familiar keybindings and modes of Vim with a streamlined codebase for customization.

What is Neovim?

Neovim is a hyperextensible Vim-based text editor developed since 2014. It is a rewrite and refactoring of Vim to allow for greater plugin/extension development. Neovim offers the core functionality of Vim - the keybindings, editing modes, configuration options that users are familiar with - just with a more streamlined codebase and API for extending and enhancing the editor.

Key goals and improvements in Neovim include:

  • Simplified codebase by removing legacy cruft, allowing new features to be implemented
  • Faster startup time than Vim
  • Remote plugin architecture using RPC that allows plugins to be written in any language
  • Built-in terminal emulator that allows tasks to be run inside Neovim
  • Multi-threaded event loop for higher plugin performance
  • Better support for GUI clients like desktop apps or web frontend
  • Continuing Vim tradition of text editor modality, extensibility

Neovim continues to improve through an active open-source community. It publishes frequent releases with new functionality and bugfixes. For those wanting to extend and customize their text editor, Neovim provides a more modern architecture beyond vimscript. Almost all vim plugins are compatible with Neovim as well.

Official Links

Official Website
neovim.io

The Best Neovim Alternatives

Top Apps like Neovim

Visual Studio Code, Sublime Text, Notepad++, Geany, Brackets, Eclipse, GNU nano, TextWrangler, Zee, TextMate, UltraEdit, Kate, Leafpad, VSCodium, GNU Emacs, SciTE, Runestone, Traditional Ex - Vi editor, Lapce, Ox editor, Corezoid Process Engine, Embitz, Lines code editor, Notepad3, Doom Emacs, Spacemacs, Bluefish Editor, Squircle IDE, Lite XL, Light Table, Haroopad, MS Paint IDE, CudaText, Code Writer, Pulsar Editor, MacVim, Kakoune, 4coder, JetBrains Fleet, TEXTREME, Helix, Spacevim, TexEdit, Hacker Pad, Little Transformer: Text Editor with TTS, Wasavi, EdytorNC, Java-Editor, Keypress Editor, Veonim, jdTextEdit, SpaceNeovim, Emacs Prelude, BabelPad, Diakonos, IT-Edit, DinVim are some alternatives to Neovim.

Visual Studio Code

Visual Studio Code is a source code editor developed by Microsoft that includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring. It's free, open-source, and available for Windows, Linux, and macOS.As a lightweight but powerful code editor, VS Code gives developers a...

Sublime Text

Sublime Text is a sophisticated text editor for code, markup, and prose. It has a clean, intuitive, and unobtrusive user interface with excellent performance. Sublime Text is highly customizable and extensible with Python plugins. Key features include:Fast, lightweight, and responsive user interfaceCross-platform availability for Linux, Windows, and macOSPowerful search...

Notepad++

Notepad++ is a popular open-source text and source code editor for Windows. It supports a wide variety of programming languages and markup languages with syntax highlighting, code folding, macro abilities and more. Some key features of Notepad++ include:Syntax highlighting for over 100 programming languages like C++, Java, HTML, XML and...

Geany

Geany is a lightweight, fast, and minimalist cross platform text editor targeted at developers and power users. It has support for syntax highlighting for over 150 programming and markup languages including C, Java, HTML, LaTeX, CSS, Python, Perl, and more.Some of the key features of Geany include:Syntax highlighting for...

Brackets

Brackets is a free, open-source text editor developed by Adobe Systems specifically for web development. It was created with a focus on front-end web developers who work with HTML, CSS and JavaScript. Some key features of Brackets include:Live previews - It allows developers to see edits and changes instantly...

Eclipse

Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written mostly in Java and can be used to develop applications in Java and other programming languages including C/C++, Python, PHP, and more.Some key features of Eclipse include...

GNU nano

GNU nano is a popular open source text editor for Unix-like operating systems. It is designed to be simple and intuitive to use, making it a good choice for beginners or casual users who just need to make quick text edits.Some key features of nano include:Easy to navigate...

TextWrangler

TextWrangler is a free text and code editor application for macOS. Originally developed by Bare Bones Software, it is now maintained by BBEdit.Some key features of TextWrangler include:Support for editing text, HTML, CSS, JavaScript, and other codeSyntax highlighting for many programming and markup languagesPowerful search and replace with...

Zee

Zee is a project management and team collaboration software offered as a cloud-based solution accessible from web browsers and mobile apps. It aims to provide teams with an all-in-one work management platform to plan projects, manage tasks and deadlines, chat, host meetings, and share documents.Some key features of Zee...

TextMate

TextMate is a versatile plain text and source code editor for macOS. Originally released in 2004, TextMate quickly earned popularity among developers and web designers for its combination of advanced text editing features, speed, and an extensive library of bundles and themes.Some key features of TextMate include:Support for a...

UltraEdit

UltraEdit is a feature-rich text and code editor that runs on Windows, macOS, and Linux operating systems. First released in 1994 by IDM Computer Solutions, UltraEdit has become one of the most popular text editors used by developers, programmers, web designers, and power users.Some key features of UltraEdit include:Syntax...

Kate

Kate is a free and open-source text editor that provides advanced features for programmers and developers. It is available on Linux, UNIX, Windows and macOS platforms.Some key features of Kate include:Syntax highlighting for over 200 file formats including C, C++, Java, HTML, XML, PHP, JavaScript, Perl and moreCode folding...

Leafpad

Leafpad is an open-source text editor for Linux operating systems. It provides a simple and easy-to-use interface for basic text editing, formatting, and printing.Some of the key features of Leafpad include:Lightweight and fast - uses little system memory and loads documents quicklySupports text formatting like bold, italics, underlining...

VSCodium

VSCodium is an open source, community-driven alternative to Microsoft's popular Visual Studio Code editor. It is based on the same codebase as Visual Studio Code, but stripped of any Microsoft branding, telemetry or tracking. Just like VS Code, VSCodium is a free, cross-platform source code editor with support for debugging...

GNU Emacs

GNU Emacs is a powerful, customizable, open source text editor and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing. This extensibility allows Emacs to provide far more than your average text editor.Beyond text editing...

SciTE

SciTE (Scintilla Text Editor) is a lightweight, open source text editor available for Windows. It was originally built to demonstrate the capabilities of the Scintilla text editing component, but has grown into a feature-rich editor in its own right.Some key features of SciTE include:Syntax highlighting for over 100 programming...

Runestone

Runestone is an open-source e-learning platform designed specifically for writing interactive textbooks to teach programming and computer science concepts. It provides a suite of tools for authors to create web-based course content with features like:In-browser coding exercises and active code blocksMultiple choice, fill in the blank, clickable area, drag...

Traditional Ex - Vi editor

The vi editor (short for visual editor) is a classic text editor that comes standard on virtually all Unix and Unix-like operating systems. It first emerged in 1976 as part of Version 3 of the Unix operating system developed at UC Berkeley.Vi has a modal, command-based interface - it operates in...

Lapce

Lapce is an open-source, cross-platform raster graphics editor focused on photo editing and image manipulation. It is an alternative to Adobe Photoshop with similar features and capabilities.Lapce provides a complete suite of image editing and retouching tools for working with digital photographs. Key features include:Support for layers and...

Ox editor

Ox editor is a minimalist text editor software designed primarily for writing. It provides a clean, distraction-free writing environment for authors, journalists, students and other professionals who need to focus on their content.Compared to word processors like Microsoft Word or complex text editors like Atom and Sublime Text, Ox...

Corezoid Process Engine

Corezoid is a low-code process automation and integration platform designed to help organizations improve operational efficiency. It provides a visual interface to model complex business processes that connect enterprise applications, data sources, APIs and more.Some key capabilities and benefits of Corezoid include:Drag-and-drop workflow designer to visually map out...

Embitz

Embitz is an integrated development environment (IDE) designed specifically for embedded systems and Internet of Things (IoT) application development. It enables developers to write, build, deploy and debug firmware code on various microcontroller boards and systems.Key features of Embitz include:Supports various popular microcontroller architectures like ARM Cortex-M, AVR...

Lines code editor

Lines is a free, open source code editor developed by Amir Rajan. It is designed to be a simple, yet powerful text editor for software developers.Some key features of Lines include:Fast and lightweight - Lines starts up quickly and has a small memory footprint compared to other feature-rich...

Notepad3

Notepad3 is a text editor for Windows that aims to provide better functionality and stability than Notepad++. It is built on the Scintilla text editing component and offers features like:Multi-document interface to edit multiple files in tabsSyntax highlighting for over 80 programming and markup languagesSearch and replace across multiple documentsCode...

Doom Emacs

Doom Emacs is an extensive configuration framework designed to enhance your Emacs experience. It optimizes and configures Emacs for improved ergonomics, UI, and workflows. The goal of Doom Emacs is to provide sensible defaults with minimal and optional configuration to help users become productive quickly.Some highlights of Doom Emacs...

Spacemacs

Spacemacs is a popular open source configuration layer and distribution for the Emacs text editor. It builds on top of Emacs by adding support for Vim key bindings through the Evil mode extension, as well providing a curated set of extensions and customizations aimed at improving the user experience.The...

Bluefish Editor

Bluefish Editor is a powerful, customizable, and lightweight text editor and web development environment for Linux, MacOS, FreeBSD, OpenBSD, and Windows platforms. First released in 1998, Bluefish supports many programming and markup languages including HTML, PHP, Java, JavaScript, Python, Ruby, XML, CSS, and so on.Some key features of Bluefish Editor...

Squircle IDE

Squircle IDE is a free and open-source integrated development environment aimed primarily at web developers. It provides a clean, distraction-free interface to allow developers to focus on coding. Some of the key features of Squircle IDE include:Minimalist UI with clean, uncluttered layoutFast and responsive code editor with syntax highlightingSupport...

Lite XL

Lite XL is an open-source, lightweight text editor and IDE aimed at software developers. It provides a minimalist and customizable interface along with features you'd expect in a code editor, like:Syntax highlighting for over 100 languagesCode completion and lintingSplit window editingPlugin support for extending functionalityProject-based workspace for managing filesIntegrated terminalGit...

Light Table

Light Table is an open-source integrated development environment focused on interactivity and real-time feedback. It features a minimalist code editor that allows developers to see instant changes as they write code, without needing to switch between windows or stop the code from running.Some key features of Light Table include...

Haroopad

Haroopad is an open-source Markdown editor with live preview. Some key features include:Clean, intuitive user interface with live preview as you typeSupports GitHub Flavored Markdown including syntax highlighting, task lists, emoji, etc.Exports to HTML, PDF, Word, and moreMath typesetting with LaTeX and MathML supportCode block highlighting for many...

MS Paint IDE

MS Paint IDE is a basic raster graphics editor that has been included with all versions of Microsoft Windows. It allows users to create simple images and edit existing images in a lightweight and easy-to-use interface.Some key features of MS Paint IDE include:Drawing tools like a paintbrush, pencil...

CudaText

CudaText is a powerful, lightweight text editor for Windows, Linux, and macOS. Developed by Alexey Torgashin, it is written in Lazarus and designed to provide many useful features while keeping high performance and low memory usage.Some key features of CudaText include:Fast and lightweight - starts quickly and uses...

Code Writer

Code Writer is a lightweight code and text editor application designed for quickly editing and writing code, markup, and prose. It has a simple, minimalist user interface that gets out of your way so you can focus on writing. Some of the key features of Code Writer include:Syntax highlighting...

Pulsar Editor

Pulsar Editor is a free, open source, lightweight text and code editor available for Windows, Mac, and Linux. Despite its simplicity, Pulsar packs robust features for programmers and writers alike.Syntax highlighting for over 20 programming and markup languages helps developers easily scan code. The minimal UI keeps the focus on...

MacVim

MacVim is a free, open source GUI (graphical user interface) version of the popular Vim text editor for macOS. Developed by Bram Moolenaar based on Vim, MacVim has many of the same powerful text editing features of Vim but with some additional enhancements suited for macOS.Like Vim, MacVim is...

Kakoune

Kakoune is a free and open-source modal text editor developed with a focus on providing an efficient and interactive editing experience. Inspired by vim and other modal editors, Kakoune incorporates similar key bindings and modes while also introducing innovative features and enhancements.A defining characteristic of Kakoune is its support...

4coder

4coder is an open source, lightweight code editor and integrated development environment (IDE) designed specifically for efficient text editing and code navigation. Some key features of 4coder include:Customizable interface and behavior using the C API and Lua scriptingMulti-cursor and multi-selection editingAdvanced text navigation and manipulation features like bookmarks, chunk...

JetBrains Fleet

JetBrains Fleet is a software delivery management and optimization platform designed to help development teams improve productivity, reliability, and cycle time across the entire software delivery lifecycle. Key capabilities and benefits include:End-to-end visibility - Fleet provides insights into developer workflows, testing, deployments, infrastructure, and application performance.Automated workflows -...

TEXTREME

TEXTREME is a free and open-source text and code editor software. It is designed to be lightweight and customizable, yet powerful enough for most text editing, coding, and web development tasks.Some key features of TEXTREME include:Syntax highlighting support for over 100 programming languages and file formatsIntelligent auto-completion and suggestion...

Helix

Helix is a distributed version control system that developers use to track changes to software development projects over time. Unlike centralized version control systems, Helix allows developers to work locally and offline and have full history and version tracking abilities without necessarily being connected to the central Helix repository.Key...

Spacevim

Spacevim is a distribution of the Vim text editor that has been preconfigured with many plugins and settings to provide a more complete out-of-the-box experience. The goal of Spacevim is to build a lightweight and fast Vim configuration focused on ergonomics and customizability.Some of the key features that come...

TexEdit

TexEdit is a free, open-source text editor designed specifically for editing LaTex documents and Markdown files. It has a simple, uncluttered interface that allows you to focus on writing. Some of the key features of TexEdit include:Live preview - See your formatted LaTex or Markdown document update in real-time...

Hacker Pad

Hacker Pad is an online real-time collaborative code and text editing service. It provides a web-based interface for multiple people to edit the same document at the same time with synchronized scrolling and cursors.Some key features of Hacker Pad include:Real-time synchronized editing - all collaborators see edits and...

Little Transformer: Text Editor with TTS

Little Transformer is a free text editor for Windows that includes useful text-to-speech (TTS) capabilities. It provides a simple, no-frills interface for writing documents, while also allowing users to have the text read aloud to assist with proofreading or accessibility.One of the standout features of Little Transformer is its...

Wasavi

Wasavi is a text editor for the web that is modeled after vi and vim. It provides extensive text editing capabilities along with vim-style key bindings and modes for efficient text navigation and manipulation.Some key features of Wasavi include:Support for vim modes and keybindings like normal, insert, visual...

EdytorNC

EdytorNC is a free and open source text and code editor for Windows. It provides a simple yet powerful text editing experience with features like syntax highlighting, auto-complete, multiple cursors, bookmarks, etc.Some key features of EdytorNC include:Syntax highlighting for over 100 languages including C, C++, Java, HTML, XML, PHP...

Java-Editor

Java-Editor is a feature-rich, open-source code editor designed specifically for Java development. It provides a lightweight and fast environment for writing, editing, and debugging Java code.Key features of Java-Editor include:Syntax highlighting - Code is colorized to improve readability and quickly identify errors.Intelligent auto-completion - Code suggestions and...

Keypress Editor

Keypress Editor is a fast, lightweight code and text editor optimized for an efficient coding workflow. Some key features include:Keyboard-centric design with customizable keybindings to maximize your productivity.Intelligent autocomplete that suggests variables, methods, snippets, and more as you type.Support for many programming & markup languages like JavaScript, Python...

Veonim

Veonim is a free and open-source text editor primarily designed for Vim and Neovim users. It provides Vim modal editing in a native, clean GUI design that works across all major desktop platforms including Windows, macOS, and Linux.Some key features of Veonim include:Native GUI text editing with full...

JdTextEdit

jdTextEdit is a lightweight, yet full-featured text editor for Windows. Developed with a focus on simplicity and ease of use, jdTextEdit aims to provide a fast and efficient text editing experience without unnecessary bloat or complex features.At its core, jdTextEdit offers all the basic text editing functionality you would...

SpaceNeovim

SpaceNeovim is a graphical user interface for the Neovim text editor built using Rust. Its goal is to provide a fast, customizable, and easy-to-use interface for Neovim.Some key features of SpaceNeovim include:Fuzzy finding - Quickly open files and jump between symbols in your projectsCode completion - Intelligent suggestions...

Emacs Prelude

Emacs Prelude is an Emacs distribution that aims to enhance the default Emacs experience. It provides sensible defaults, out-of-the-box experience, and bundles many useful Emacs packages.Key features of Emacs Prelude include:Enhanced UX - Provides an improved out-of-the-box experience by bundled many Emacs packages for a variety of use...

BabelPad

BabelPad is a powerful and free text editor for Windows. It is designed as an alternative to Notepad and WordPad, with more features for working with plain text, source code, and Unicode files.Some key features of BabelPad include:Supports a wide variety of character encodings like UTF-8, UTF-16, ASCII...

Diakonos

Diakonos is a lightweight, customizable, and fast text editor for Linux systems. Developed with speed, efficiency, and minimalism in mind, it is designed for programmers, developers, and power users who want a fast editor without a lot of extra features.Some key features and characteristics of Diakonos include:Minimal GTK-based...

IT-Edit

IT-Edit is a feature-rich text and code editor for Windows. It provides advanced editing capabilities for programmers, writers, and power users.Some key features of IT-Edit include:Syntax highlighting for over 100 programming languages and markup languagesCode folding to collapse blocks of codeMulti-caret and multi cursor editingPowerful search and replace with...

DinVim

DinVim is a feature-rich Neovim client designed specifically for iOS devices including iPhones and iPads. It enables users to harness the power and flexibility of the Neovim text editor and Vim keybindings to edit text files and code right on their iOS devices.Some key features of DinVim include:Full...