🎨 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 { return {
'vim-scripts/AnsiEsc.vim', 'vim-scripts/AnsiEsc.vim',
lazy = true, lazy = true,
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- Colorizer ----------------------------------
-- -----------------------------------------------------------------------------
return { return {
"norcalli/nvim-colorizer.lua", "norcalli/nvim-colorizer.lua",
config = function() config = function()
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- Dashboard ----------------------------------
-- -----------------------------------------------------------------------------
return { return {
"nvimdev/dashboard-nvim", "nvimdev/dashboard-nvim",
lazy = false, lazy = false,
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- ---------------------------------- Gists ------------------------------------
-- -----------------------------------------------------------------------------
return { return {
{ {
"Rawnly/gist.nvim", "Rawnly/gist.nvim",
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- ------------------------------- Icon Picker ---------------------------------
-- -----------------------------------------------------------------------------
return { return {
"ziontee113/icon-picker.nvim", "ziontee113/icon-picker.nvim",
config = function() config = function()
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- LazyGit -----------------------------------
-- -----------------------------------------------------------------------------
return { return {
"kdheepak/lazygit.nvim", "kdheepak/lazygit.nvim",
cmd = { cmd = {
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- ----------------------------- rip-substitute --------------------------------
-- -----------------------------------------------------------------------------
return { return {
"chrisgrieser/nvim-rip-substitute", "chrisgrieser/nvim-rip-substitute",
cmd = "RipSubstitute", cmd = "RipSubstitute",
+1
View File
@@ -1,6 +1,7 @@
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
-- ------------------------------- Transparent --------------------------------- -- ------------------------------- Transparent ---------------------------------
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
return { return {
"xiyaowong/transparent.nvim", "xiyaowong/transparent.nvim",
} }
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- --------------------------- User-getting-bored ------------------------------
-- -----------------------------------------------------------------------------
return { return {
"mikesmithgh/ugbi", "mikesmithgh/ugbi",
lazy = false, lazy = false,