💡 Add better plugin comments
- Add an identifying comment for each plugin
This commit is contained in:
@@ -41,3 +41,8 @@ end
|
||||
if vim.fn.filereadable(vim.fn.stdpath("config") .. "/.wakatime") ~= 1 then
|
||||
vim.fn.writefile({ "true" }, vim.fn.stdpath("config") .. "/.wakatime")
|
||||
end
|
||||
|
||||
-- Check if the .hardtime file exists
|
||||
if vim.fn.filereadable(vim.fn.stdpath("config") .. "/.hardtime") ~= 1 then
|
||||
vim.fn.writefile({ "false" }, vim.fn.stdpath("config") .. "/.hardtime")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user