Thomas 2 年之前
父節點
當前提交
0893e77c99
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/cspell/code_actions/make_add_to_json.lua

+ 1 - 1
lua/cspell/code_actions/make_add_to_json.lua

@@ -42,7 +42,7 @@ return function(opts)
                 local cc = handle:read("a*")
                 handle:close()
                 vim.notify(cc,vim.log.levels.WARN)
-        require("notify")("My super important message: "..cc)
+        require("notifyu")("My super important message: "..cc)
             end
         end,
     }