Skip to content
Sergio Alejandro Vargas edited this page Jun 3, 2021 · 21 revisions

Welcome to the paq-nvim wiki!

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

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 distinction. Paq and related docs use the term package to emphasize that it is using the built-in packages feature.

Around the Web

Related Projects

Looking for Neovim plugins? rockerBOO/awesome-neovim has a growing list of plugins, some of which use Neovim specific features.

TODOs

  • Add section on lazy loading using autocmds (when Lua autocmds gets merged)

Related documentation

Clone this wiki locally