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,
     }