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