From 31743e584d0dbd736ef739b466c8730b809c5fdc Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 6 Apr 2022 23:49:34 +0200 Subject: fix(util): use vim notify for err msg --- fnl/util.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/util.fnl') diff --git a/fnl/util.fnl b/fnl/util.fnl index 29db949..febecbd 100644 --- a/fnl/util.fnl +++ b/fnl/util.fnl @@ -5,4 +5,4 @@ (let [(ok? val-or-err) (pcall require name)] (if ok? (val-or-err) - (print (.. "Could not load config: " val-or-err))))) + (vim.notify (.. "Could not load config: " val-or-err) vim.log.levels.WARN)))) -- cgit v1.2.3-70-g09d2