🎨 Aesthetics
- Consistent look across plugin files
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ------------------------------- ANSI-escape ---------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
'vim-scripts/AnsiEsc.vim',
|
||||
lazy = true,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- -------------------------------- Colorizer ----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
"norcalli/nvim-colorizer.lua",
|
||||
config = function()
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- -------------------------------- Dashboard ----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
"nvimdev/dashboard-nvim",
|
||||
lazy = false,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ---------------------------------- Gists ------------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
{
|
||||
"Rawnly/gist.nvim",
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ------------------------------- Icon Picker ---------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
"ziontee113/icon-picker.nvim",
|
||||
config = function()
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- --------------------------------- LazyGit -----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
"kdheepak/lazygit.nvim",
|
||||
cmd = {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ----------------------------- rip-substitute --------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
"chrisgrieser/nvim-rip-substitute",
|
||||
cmd = "RipSubstitute",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ------------------------------- Transparent ---------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
"xiyaowong/transparent.nvim",
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- --------------------------- User-getting-bored ------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
return {
|
||||
"mikesmithgh/ugbi",
|
||||
lazy = false,
|
||||
|
||||
Reference in New Issue
Block a user