mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-17 17:23:24 +02:00
Improved plugin doc strings
This commit is contained in:
parent
f3e37a1f83
commit
dc09ba53fb
6 changed files with 19 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
return {
|
||||
-- edgy
|
||||
-- Create and display predefined window layouts.
|
||||
{
|
||||
"folke/edgy.nvim",
|
||||
event = "VeryLazy",
|
||||
|
|
|
@ -8,7 +8,8 @@ return {
|
|||
},
|
||||
},
|
||||
|
||||
-- setup animate
|
||||
-- Animates many common Neovim actions, like scrolling,
|
||||
-- moving the cursor, and resizing windows.
|
||||
{
|
||||
"echasnovski/mini.animate",
|
||||
event = "VeryLazy",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
-- Animates cursor movement with a smear effect.
|
||||
return {
|
||||
"sphamba/smear-cursor.nvim",
|
||||
event = "VeryLazy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue