b0o / awesome-neovim

Collections of awesome neovim plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Neovim

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

Contents

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.
  • equalsraf/neovim-qt - Neovim client library and GUI, in Qt5.
  • lunixbochs/actualvim - Sublime Text 3 input mode using Neovim.
  • vv-vim/vv - Neovim client for macOS. A pure, fast, minimalistic Vim experience with good macOS integration. Optimized for speed and nice font rendering.
  • jebberjeb/javafx-neovimpane - A JavaFX text pane, backed by Neovim, created with Clojure.

Plugins

Plugin Managers

  • wbthomason/packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config.
  • savq/paq-nvim - Neovim package manager written in Lua.
  • NTBBloodbath/cheovim - Neovim configuration switcher written in Lua. Inspired by chemacs.

LSP

(requires Neovim 0.5)

LSP Installers

Completion

  • nvim-lua/completion-nvim - An async completion framework aims to provide completion to neovim's built in LSP written in Lua.
  • hrsh7th/nvim-cmp - A completion plugin for neovim written in Lua. New version of nvim-compe.
  • ms-jpq/coq_nvim - Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.

Markdown

Syntax

Terminal integration

Snippets

Registers

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.
  • amirrezaask/fuzzy.nvim - Fuzzy.nvim provides a simple mechanism and pipeline to create fuzzy matching in neovim.
  • camspiers/snap - An extensible fuzzy finder. Similar to Telescope, and optimized for performance, especially when grepping in large codebases.
  • ibhagwan/fzf-lua - The lua version of fzf.vim, high-performance and fully async, supports nvim-web-devicons, git indicators, LSP, quickfix/location lists and more. Also supports skim as its fzf binary.

Note Taking

Colors

Colorscheme Creation

Colorscheme

Treesitter Supported Colorschemes

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.

Utility

Icons

Debugging

Spellcheck

Neovim Lua Development

Fennel

Tabline

Statusline

Statusline components

  • SmiteshP/nvim-gps - Simple statusline component that shows what scope you are working inside.

Cursorline

Startup

Indent

Games

File explorer

Dependency management

Git

Programming languages support

Comment

Collaborative Editing

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

Quickfix

Motions

  • tjdevries/train.nvim - Train yourself with vim motions and make your own train tracks.
  • phaazon/hop.nvim - Hop is an EasyMotion-like plugin allowing you to jump anywhere in a document with as few keystrokes as possible.
  • ggandor/lightspeed.nvim - A Sneak-like plugin offering unparalleled navigation speed via ahead-of-time displayed labels, that eliminate the pause between entering the search pattern and selecting the target.
  • mfussenegger/nvim-ts-hint-textobject - Region selection with hints on the AST nodes of a document powered by treesitter.

Code Runner

GitHub

Search

Scrollbar

Scrolling

Mouse

Project

Browser integration

Editing supports

Formatting

Web development

Media

Discord Rich Presence

Command Line

Sessions

Tests

Preconfigured Configurations

  • NTBBloodbath/doom-nvim - Port of the doom-emacs framework, its goal is to add useful functions to Neovim to start working in a stable and efficient development environment without spending a lot of time configuring everything.
  • crivotz/nv-ide - Neovim custom configuration, oriented for full stack developers (rails, ruby, php, html, css, SCSS, JavaScript).
  • ChristianChiarulli/LunarVim - This project aims to help one transition away from VSCode, and into a superior text editing experience.
  • hackorum/VapourNvim - A NeoVim config for THE ULTIMATE vim IDE-like experience.
  • vi-tality/neovitality - A full-featured NeoVim distribution, packaged with Nix Flake for easy installation and reproducibility.
  • siduck76/NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful and less bloated.
  • ashincoder/StarVim - A IDE wrapper which is beyond the moon 🌝 and above the stars ⭐.

Keybindings

Tmux

Remote Development

Splits and Windows

External

These tools are used externally to neovim to enhance the experience.

Version Managers

Boilerplate

Vim

Vim Plugins

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

Resources

  • Neovimcraft - A site dedicated to searching for neovim specific plugins and guides for building plugins in lua.

About

Collections of awesome neovim plugins.

License:MIT License