rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.91k stars 74 forks source link

`Missing fields` diagonstic reported on table passed to `setup` #216

Closed heygarrett closed 11 months ago

heygarrett commented 12 months ago

LuaLS was updated to properly report missing-fields diagnostics:
https://github.com/LuaLS/lua-language-server/issues/2214

nvim-notify defines the type of the table passed to the setup function in such a way that causes the missing fields diagnostic message if the user does not define every configurable field.

heygarrett commented 11 months ago

Closing since I can no longer reproduce this.