Skip to content
Sergio Alejandro Vargas edited this page Jan 27, 2021 · 21 revisions

Welcome to the paq-nvim wiki!

This wiki can be used to show things you can do with Lua and Neovim to extend Paq's functionality, and also things that aren't strictly related to the usage of Paq, and therefore aren't included in the main docs (:h paq-nvim).

How tos

Related Projects

Looking for Neovim plugins? awesome-neovim has a growing list of plugins that use Neovim specific features.

QA

What's the difference between a package and a plugin?

A Vim package can contain one or more plugins. This isn't very common, so you can ignore the disctintion. Paq and related docs use the term package to emphasize that it is using the built-in packages feature.

TODOs

  • Add section on lazy loading using autocmds (when Lua autocmds gets merged)
Clone this wiki locally