💡 Add better plugin comments

- Add an identifying comment for each plugin
This commit is contained in:
2024-07-21 11:57:56 -04:00
parent 2a510fd163
commit 65bbf7fd61
10 changed files with 154 additions and 85 deletions
+5
View File
@@ -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