ShinKage / idris2-nvim

Simple configuration and extra tools for NVIM + LSP + Idris2
MIT License
46 stars 7 forks source link

Use vim.notify and missing err cases #7

Closed ShinKage closed 2 years ago

ShinKage commented 2 years ago

Use vim.notify for all messages to be displayed to the user and fix handlers that did not handle erroring messages. Closes #6.