Thomas 2 years ago
parent
commit
804ca746ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lua/cspell/code_actions/make_add_to_json.lua

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

@@ -42,6 +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)
             end
         end,
     }