You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Alejandro df6c40a1ad
Follow awesome guidelines (#98)
* Add Awesome Lint CI

* readme: updates
- fix `awesome lint` issues
- new design

* Add CONTRIBUTING.md

* readme: remove linter comment

* readme: comment awesome badge

* Add License

* Update LICENSE

Co-authored-by: Dave Lage <rockerboo@gmail.com>
3 years ago
.github/workflows Follow awesome guidelines (#98) 3 years ago
CONTRIBUTING.md Follow awesome guidelines (#98) 3 years ago
LICENSE Follow awesome guidelines (#98) 3 years ago
README.md Follow awesome guidelines (#98) 3 years ago

README.md

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.

LSP

(requires Neovim Nightly)

LSP Installers

Completion

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

  • tjdevries/nlua.nvim - Lua Development for Neovim.
  • svermeulen/vimpeccable - Commands to help write your .vimrc in lua or any lua based language.
  • nanotee/nvim-lua-guide - A guide to using Lua in Neovim.
  • rafcamlet/nvim-luapad - Interactive real time neovim scratchpad for embedded lua engine - Type and watch!.
  • nvim-lua/plenary.nvim - Plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
  • nvim-lua/popup.nvim - An implementation of the Popup API from vim in Neovim.
  • tjdevries/vlog.nvim - Single file, no dependency, easy copy & paste log file to add to your neovim lua plugins.
  • bfredl/nvim-luadev - REPL/debug console for nvim lua plugins. The :Luadev command will open an scratch window which will show output from executing lua code.
  • one-small-step-for-vimkind - An adapter for the Neovim lua language. It allows you to debug any lua code running in a Neovim instance (A lua plugin that can debug nvim lua plugins).
  • tami5/sql.nvim - SQLite/LuaJIT binding for lua and neovim.

Fennel

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

Tabline

Statusline

Cursorline

Indent

Games

File explorer

Dependency management

Git

Json

Programming languages support

Comment

Collaborative Editing

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

Quickfix

Motions

Code Runner

GitHub

Scrollbar

Scrolling

Mouse

Project

Browser integration

Editing supports

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.

Keybindings

Tmux

External

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

Version Managers

Boilerplate

Vim

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