dotfiles/mzte-nv/conf/lua/pluginconf/p-lspprogress.fnl

10 lines
361 B
Text
Raw Normal View History

2024-04-26 16:06:58 +02:00
(local lspp (require :lsp-progress))
(local mztenv (require :mzte_nv))
(lspp.setup {:regular_internal_update_time 1000
:spinner mztenv.reg.spinner
:decay 2000
:series_format mztenv.lsp_progress.formatSeries
:client_format mztenv.lsp_progress.formatClient
:format #{:msg (table.concat $1 " ")}})