🎨 Aesthetics

- Consistent look across plugin files
This commit is contained in:
2024-07-11 01:37:48 -04:00
parent 7541561384
commit 4990475a9a
9 changed files with 33 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- ------------------------------- ANSI-escape ---------------------------------
-- -----------------------------------------------------------------------------
return {
'vim-scripts/AnsiEsc.vim',
lazy = true,
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- Colorizer ----------------------------------
-- -----------------------------------------------------------------------------
return {
"norcalli/nvim-colorizer.lua",
config = function()
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- Dashboard ----------------------------------
-- -----------------------------------------------------------------------------
return {
"nvimdev/dashboard-nvim",
lazy = false,
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- ---------------------------------- Gists ------------------------------------
-- -----------------------------------------------------------------------------
return {
{
"Rawnly/gist.nvim",
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- ------------------------------- Icon Picker ---------------------------------
-- -----------------------------------------------------------------------------
return {
"ziontee113/icon-picker.nvim",
config = function()
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- LazyGit -----------------------------------
-- -----------------------------------------------------------------------------
return {
"kdheepak/lazygit.nvim",
cmd = {
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- ----------------------------- rip-substitute --------------------------------
-- -----------------------------------------------------------------------------
return {
"chrisgrieser/nvim-rip-substitute",
cmd = "RipSubstitute",
+1
View File
@@ -1,6 +1,7 @@
-- -----------------------------------------------------------------------------
-- ------------------------------- Transparent ---------------------------------
-- -----------------------------------------------------------------------------
return {
"xiyaowong/transparent.nvim",
}
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- --------------------------- User-getting-bored ------------------------------
-- -----------------------------------------------------------------------------
return {
"mikesmithgh/ugbi",
lazy = false,