💡 Add better plugin comments

- Add an identifying comment for each plugin
This commit is contained in:
2024-07-21 11:57:56 -04:00
parent 2a510fd163
commit 65bbf7fd61
10 changed files with 154 additions and 85 deletions
+16 -16
View File
@@ -3,55 +3,55 @@
-- -----------------------------------------------------------------------------
return {
{
{ -- Tokyonight
"folke/tokyonight.nvim",
lazy = false, -- Override
},
{
{ -- Catppuccin
"catppuccin/nvim",
lazy = false, -- Override
},
{
{ -- Ayu
"Shatur/neovim-ayu",
},
{
{ -- Dracula
"Mofiqul/dracula.nvim",
},
{
{ -- Eldritch
"eldritch-theme/eldritch.nvim",
},
{
{ -- Github-theme
"projekt0n/github-nvim-theme",
},
{
{ -- Gruvbox
"ellisonleao/gruvbox.nvim",
},
{
{ -- Kanagawa
"rebelot/kanagawa.nvim",
},
{
{ -- Monochrome
"kdheepak/monochrome.nvim",
},
{
{ -- NeoFusion
"diegoulloao/neofusion.nvim",
},
{
{ -- Nord
"shaunsingh/nord.nvim",
},
{
{ -- One Dark Pro
"olimorris/onedarkpro.nvim",
},
{
{ -- Oxocarbon
"nyoom-engineering/oxocarbon.nvim",
},
{
{ -- Paper
"https://gitlab.com/yorickpeterse/vim-paper.git",
},
{
{ -- Rose-Pine
"rose-pine/neovim",
name = "rose-pine",
},
{
{ -- Umbra
"LZDQ/umbra.nvim",
},
}