Added type comments

This commit is contained in:
2024-09-30 19:21:29 +02:00
parent 473dfa5936
commit fc0dd24fbe
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return { return {
"CRAG666/code_runner.nvim", "CRAG666/code_runner.nvim",
config = function() config = function()

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return { return {
"lewis6991/gitsigns.nvim", "lewis6991/gitsigns.nvim",
event = { "BufReadPre", "BufNewFile" }, event = { "BufReadPre", "BufNewFile" },

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return { return {
"b0o/incline.nvim", "b0o/incline.nvim",
event = "VeryLazy", event = "VeryLazy",

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return { return {
"kdheepak/lazygit.nvim", "kdheepak/lazygit.nvim",
dependencies = { dependencies = {