wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.82k stars 266 forks source link

add `use` in quickstart #979

Closed princejoogie closed 2 years ago

princejoogie commented 2 years ago

adds the variable use in quickstart lsp errors show up when this is not specified

wbthomason commented 2 years ago

Noting for posterity that this is just to fix an erroneous lint complaint. It'll probably help avoid confusion, though, so it's a good idea. Thanks!