📝 Docs(plugins): add plugin name comments for some plugins that were missing them

This commit is contained in:
2025-03-19 19:43:32 -04:00
parent df9aebed1f
commit 8e68148899
4 changed files with 11 additions and 10 deletions
+7 -6
View File
@@ -100,9 +100,13 @@ return {
{ -- mini.files
import = 'lazyvim.plugins.extras.editor.mini-files',
},
{ import = 'lazyvim.plugins.extras.editor.snacks_picker' },
{ import = 'lazyvim.plugins.extras.editor.snacks_explorer' },
{
{ -- snacks.picker
import = 'lazyvim.plugins.extras.editor.snacks_picker',
},
{ -- snacks.explorer
import = 'lazyvim.plugins.extras.editor.snacks_explorer',
},
{ -- Fzf-Lua
import = 'lazyvim.plugins.extras.editor.fzf',
cond = function()
return require('data.func').check_global_var('use_fzf_lua', true, false)
@@ -126,7 +130,4 @@ return {
return not vim.g.useblinkcmp
end,
},
{ -- Project
import = 'lazyvim.plugins.extras.util.project',
},
}
+2 -2
View File
@@ -19,7 +19,7 @@ return {
opts = require('data.types').yanky,
keys = require('data.keys').yanky,
},
{
{ -- LazyDev
'folke/lazydev.nvim',
opts = require('data.types').lazydev.opts,
dependencies = require('data.deps').lazydev,
@@ -58,7 +58,7 @@ return {
lazy = true,
keys = require('data.keys').easyalign,
},
{
{ -- TinyInlineDiagnostic
'rachartier/tiny-inline-diagnostic.nvim',
event = 'VeryLazy', -- Or `LspAttach`
priority = 1000, -- needs to be loaded in first
+1 -1
View File
@@ -5,7 +5,7 @@
-- ╰─────────────────────────────────────────────────────────╯
return {
{
{ -- mini.move
'echasnovski/mini.move',
event = 'VeryLazy',
opts = {},
+1 -1
View File
@@ -115,7 +115,7 @@ return {
cmd = 'ShowkeysToggle',
opts = require('data.types').showkeys.opts,
},
{
{ -- Oil
'stevearc/oil.nvim',
opts = {},
lazy = true,