Added types

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-03-17 16:34:11 +01:00
parent fa0745989a
commit 9556024c93
41 changed files with 65 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec[]
return {
{
"wakatime/vim-wakatime",
@@ -5,8 +6,8 @@ return {
lazy = false,
},
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
"folke/too-comments.nvim",
ependencies = { "nvim-lua/plenary.nvim" },
event = { "BufReadPre", "BufNewFile" },
config = true,
},