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