summaryrefslogtreecommitdiffstats
path: root/lua/user/comment.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/comment.lua')
-rw-r--r--lua/user/comment.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/comment.lua b/lua/user/comment.lua
index 7f8870f..7d36862 100644
--- a/lua/user/comment.lua
+++ b/lua/user/comment.lua
@@ -1,5 +1,6 @@
local status_ok, comment = pcall(require, "Comment")
if not status_ok then
+ print "Comment init failed"
return
end