Added type defentions

This commit is contained in:
2025-05-01 23:32:21 +02:00
parent afea5116cc
commit 49c6440d2b
6 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return { return {
"saghen/blink.cmp", "saghen/blink.cmp",
dependencies = { dependencies = {

View File

@@ -1,4 +1,4 @@
---@diagnostic disable: missing-fields --- @type LazyPluginSpec
return { return {
"vyfor/cord.nvim", "vyfor/cord.nvim",
build = ":Cord update", build = ":Cord update",

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return { return {
"mfussenegger/nvim-lint", "mfussenegger/nvim-lint",
event = { "BufReadPre", "BufNewFile" }, event = { "BufReadPre", "BufNewFile" },

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return { return {
"rachartier/tiny-code-action.nvim", "rachartier/tiny-code-action.nvim",
dependencies = { dependencies = {

View File

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