Added type defentions
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"yetone/avante.nvim",
|
"yetone/avante.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"saghen/blink.cmp",
|
"saghen/blink.cmp",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
---@diagnostic disable: missing-fields
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"vyfor/cord.nvim",
|
"vyfor/cord.nvim",
|
||||||
build = ":Cord update",
|
build = ":Cord update",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"mfussenegger/nvim-lint",
|
"mfussenegger/nvim-lint",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"rachartier/tiny-code-action.nvim",
|
"rachartier/tiny-code-action.nvim",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"folke/snacks.nvim",
|
"folke/snacks.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user