rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.97k stars 78 forks source link

How do you get this working with Sumneko_lua? #178

Closed illegitimate-egg closed 1 year ago

illegitimate-egg commented 1 year ago

I can create a notification programmatically and that works fine, I'm also running vim.notify = require("notify") and that works too, but sumneko doesn't show information like it shows in the readme. Why?

illegitimate-egg commented 1 year ago

no longer sumneko now lua_ks

illegitimate-egg commented 1 year ago

ls*

illegitimate-egg commented 1 year ago

https://github.com/rcarriga/nvim-notify/wiki/Usage-Recipes#progress-updates I found this page but the code block shown doesn't work

illegitimate-egg commented 1 year ago

It does work but I don't get a spinner, just an info icon

illegitimate-egg commented 1 year ago

Alright I got it working