From 2ad77ac13f854b9825ea3317da26130d265c134e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 14 Nov 2023 03:47:47 +0100 Subject: add luasnip init failed msg --- lua/user/core/cmp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/user/core/cmp.lua b/lua/user/core/cmp.lua index ff6a97e..2266fbc 100644 --- a/lua/user/core/cmp.lua +++ b/lua/user/core/cmp.lua @@ -6,6 +6,7 @@ end local snip_status_ok, luasnip = pcall(require, "luasnip") if not snip_status_ok then + print "luasnip init failed" return end require("luasnip/loaders/from_vscode").lazy_load() -- cgit v1.1-2-g2b99