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

Fix wrong format #961

Closed CharlotteFallices closed 2 years ago

CharlotteFallices commented 2 years ago

It added a newline at the end but not used a multiline comment :(

wbthomason commented 2 years ago

Thanks for catching this! Do you think it would work to instead fix this by removing the newline? That seems a bit cleaner to me.