/awesome-neovim

Collections of awesome neovim plugins.

awesome-neovim

Collections of awesome Neovim plugins. Mostly targeting Neovim specific features.

Neovim Logo

Submissions

Make a pull request to add your Neovim plugin.

Wishlist

Have a problem a plugin can solve? Add it to the nvim-lua wishlist.

UI

Neovim supports a wide variety of UI's.

  • yatli/fvim - Cross platform Neovim front-end UI, built with F# + Avalonia
  • smolck/uivonim - Goal: Feature-rich cross-platform GUI that leverages the latest Neovim features
  • qvacua/vimr - Neovim GUI for macOS in Swift
  • hakulinen/gnvim - GUI for neovim, without any web bloat
  • Kethku/neovide - No Nonsense Neovim Client in Rust
  • beeender/glrnvim - A terminal wrapper that launches neovim inside of alacritty.
  • akiyosi/goneovim - Neovim GUI written in Golang, using a Golang qt backend
  • DinVim - DinVim for macOS is a safe and secure working macOS sandbox environment that provide true macOS experience for Vim users.
  • RMichelsen/Nvy - A Neovim client in C++
  • asvetliakov/vscode-neovim - Neovim integration for Visual Studio Code

Plugins

Plugin Managers

LSP

(requires Neovim Nightly)

LSP Installers

Completion

General

Syntax

Terminal integration

Snippets

Fuzzy Finder

  • nvim-telescope/telescope.nvim - telescope.nvim is a highly extendable fuzzy finder over lists. Built on the latest awesome features from neovim core. Telescope is centered around modularity, allowing for easy customization.
  • vijaymarupudi/nvim-fzf - A Lua API for using fzf in Neovim (>= 0.5). Allows for full asynchronicity for UI speed and usability.
  • LoricAndre/fzterm.nvim - The basic idea is to make it fully customizable, the plugins provides the basic framework and a few implementations.
  • amirrezaask/fuzzy.nvim - fuzzy.nvim provides a simple mechanism and pipeline to create fuzzy matching in neovim.

Colors

Note Taking

Colorscheme

Treesitter Support

Treesitter is a new system coming in Neovim 0.5 that incrementally parses your code into a tree that works, even with errors in your syntax. These colorschemes have specifically set colors for treesitter highlight groups. Vim colorschemes will work with the new groups out of the box.

Debugging

Neovim Lua Development

Fennel

  • Olical/aniseed - Configure and extend Neovim with Fennel (Lisp to Lua)

Tabline

Statusline

Indent

Games

File explorer

Dependency management

Git

Comment

Collaborative Editing

  • jbyuki/instant.nvim - A collaborative editing plugin for Neovim written in Lua with no dependencies.

Quickfix

Motions

GitHub

Search

Scrollbar

Mouse

Editing supports

Command Line

Others

Vimawesome showcases various plugins for vim and has a neovim tag for other plugins targeting neovim.

Vim Plugins

Most vim plugins also work for neovim! How cool is that!