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

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

@@ -39,7 +39,6 @@ return function(opts)
             local handle = io.popen("pwd")
             local pwd = handle:read("a*")
             handle:close()
-            vim.notify(cc, vim.log.levels.WARN)
             os.execute("cd " .. os.getenv("HOME") .. "/.config/cspell/cspell.json")
             os.execute("git add .")