@@ -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 .")