From a459ffd8135d27499a616f5405468a1b20677223 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Dec 2024 13:06:41 +0100 Subject: misc stylua --- lua/plugins/eyecandy/themes.lua | 88 ++++++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 44 deletions(-) (limited to 'lua/plugins/eyecandy/themes.lua') diff --git a/lua/plugins/eyecandy/themes.lua b/lua/plugins/eyecandy/themes.lua index 118dbba..3d6414e 100644 --- a/lua/plugins/eyecandy/themes.lua +++ b/lua/plugins/eyecandy/themes.lua @@ -1,46 +1,46 @@ return { - { - "catppuccin/nvim", - enabled = true, - lazy = false, - priority = 1000, - name = "catppuccin", - config = function() - local catp = require("catppuccin") - catp.setup({ - flavour = "frappe", - integrations = { - indent_blankline = true, - which_key = true, - illuminate = true, - lsp_trouble = true, - navic = { - enabled = true, - custom_bg = "NONE", - }, - }, - }) - vim.api.nvim_command("colorscheme catppuccin") - end, - }, - { - "projekt0n/github-nvim-theme", - enabled = false, - lazy = false, - priority = 1000, - config = function() - require("github-theme").setup({}) - vim.api.nvim_command("colorscheme github_dark_dimmed") - end, - }, - { - "ellisonleao/gruvbox.nvim", - enabled = false, - lazy = false, - priority = 1000, - config = function() - require("gruvbox").setup({}) - vim.api.nvim_command("colorscheme gruvbox") - end, - }, + { + "catppuccin/nvim", + enabled = true, + lazy = false, + priority = 1000, + name = "catppuccin", + config = function() + local catp = require("catppuccin") + catp.setup({ + flavour = "frappe", + integrations = { + indent_blankline = true, + which_key = true, + illuminate = true, + lsp_trouble = true, + navic = { + enabled = true, + custom_bg = "NONE", + }, + }, + }) + vim.api.nvim_command("colorscheme catppuccin") + end, + }, + { + "projekt0n/github-nvim-theme", + enabled = false, + lazy = false, + priority = 1000, + config = function() + require("github-theme").setup({}) + vim.api.nvim_command("colorscheme github_dark_dimmed") + end, + }, + { + "ellisonleao/gruvbox.nvim", + enabled = false, + lazy = false, + priority = 1000, + config = function() + require("gruvbox").setup({}) + vim.api.nvim_command("colorscheme gruvbox") + end, + }, } -- cgit v1.2.3