diff options
Diffstat (limited to 'lua/plugins/eyecandy')
-rw-r--r-- | lua/plugins/eyecandy/fidget.lua | 4 | ||||
-rw-r--r-- | lua/plugins/eyecandy/indent-blankline.lua | 40 | ||||
-rw-r--r-- | lua/plugins/eyecandy/themes.lua | 88 | ||||
-rw-r--r-- | lua/plugins/eyecandy/vim-illuminate.lua | 4 | ||||
-rw-r--r-- | lua/plugins/eyecandy/virt-column.lua | 10 |
5 files changed, 73 insertions, 73 deletions
diff --git a/lua/plugins/eyecandy/fidget.lua b/lua/plugins/eyecandy/fidget.lua index 610434d..eb58f02 100644 --- a/lua/plugins/eyecandy/fidget.lua +++ b/lua/plugins/eyecandy/fidget.lua @@ -1,4 +1,4 @@ return { - "j-hui/fidget.nvim", - opts = {}, + "j-hui/fidget.nvim", + opts = {}, } diff --git a/lua/plugins/eyecandy/indent-blankline.lua b/lua/plugins/eyecandy/indent-blankline.lua index e49f777..2bb6dbc 100644 --- a/lua/plugins/eyecandy/indent-blankline.lua +++ b/lua/plugins/eyecandy/indent-blankline.lua @@ -1,22 +1,22 @@ return { - -- "lukas-reineke/indent-blankline.nvim", - -- event = { "BufRead" }, - -- main = "ibl", - -- opts = { - -- indent = { - -- char = "▏", - -- tab_char = "▏", - -- }, - -- scope = { - -- enabled = true, - -- show_start = true, - -- show_end = true, - -- exclude = { - -- language = { - -- "help", - -- }, - -- }, - -- }, - -- }, - -- dependencies = { "nvim-treesitter" }, + -- "lukas-reineke/indent-blankline.nvim", + -- event = { "BufRead" }, + -- main = "ibl", + -- opts = { + -- indent = { + -- char = "▏", + -- tab_char = "▏", + -- }, + -- scope = { + -- enabled = true, + -- show_start = true, + -- show_end = true, + -- exclude = { + -- language = { + -- "help", + -- }, + -- }, + -- }, + -- }, + -- dependencies = { "nvim-treesitter" }, } 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, + }, } diff --git a/lua/plugins/eyecandy/vim-illuminate.lua b/lua/plugins/eyecandy/vim-illuminate.lua index 79ccfb5..c4bbac6 100644 --- a/lua/plugins/eyecandy/vim-illuminate.lua +++ b/lua/plugins/eyecandy/vim-illuminate.lua @@ -1,4 +1,4 @@ return { - -- "RRethy/vim-illuminate", - -- event = { "BufRead" }, + -- "RRethy/vim-illuminate", + -- event = { "BufRead" }, } diff --git a/lua/plugins/eyecandy/virt-column.lua b/lua/plugins/eyecandy/virt-column.lua index 8221f61..6995a68 100644 --- a/lua/plugins/eyecandy/virt-column.lua +++ b/lua/plugins/eyecandy/virt-column.lua @@ -1,7 +1,7 @@ return { - -- "lukas-reineke/virt-column.nvim", - -- event = { "BufRead" }, - -- config = function() - -- require("virt-column").setup() - -- end, + -- "lukas-reineke/virt-column.nvim", + -- event = { "BufRead" }, + -- config = function() + -- require("virt-column").setup() + -- end, } |