Thomas 2 anos atrás
pai
commit
0893e77c99
1 arquivos alterados com 1 adições e 1 exclusões
  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,
     }