AutoYADM commit: 2024-12-11 01:15:01

This commit is contained in:
Daniel Fichtinger 2024-12-11 01:15:01 -05:00
parent bef4f0e666
commit 2c0beb3ad1
4 changed files with 11 additions and 9 deletions

View file

@ -1,13 +1,13 @@
return { return {
"ficcdaf/ashen.nvim", "ficcdaf/ashen.nvim",
-- lazy = false,
priority = 1000,
enabled = true, enabled = true,
dev = true, dev = true,
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = function() colorscheme = "ashen",
require("ashen").setup()
end,
}, },
}, },
} }

View file

@ -7,11 +7,11 @@ return {
}, },
config = function() config = function()
vim.g.minimap_left = 1 vim.g.minimap_left = 1
local colorbuddy = require("colorbuddy") -- local colorbuddy = require("colorbuddy")
local colors = colorbuddy.colors -- local colors = colorbuddy.colors
local Group = colorbuddy.Group -- local Group = colorbuddy.Group
Group.new("minimapCursor", colors.secondary, colors.noir_9) -- Group.new("minimapCursor", colors.secondary, colors.noir_9)
Group.new("minimapRange", colors.primary, colors.background) -- Group.new("minimapRange", colors.primary, colors.background)
-- vim.g.minimap_enable_highlight_colorgroup = 1 -- vim.g.minimap_enable_highlight_colorgroup = 1
vim.api.nvim_create_autocmd("BufEnter", { vim.api.nvim_create_autocmd("BufEnter", {
callback = function() callback = function()

View file

@ -86,6 +86,7 @@ local sections = {
} }
return { return {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
enabled = false,
-- dependencies = { -- dependencies = {
-- "jesseleite/nvim-noirbuddy", -- "jesseleite/nvim-noirbuddy",
-- }, -- },

View file

@ -14,6 +14,7 @@
-- -- #7C8080 -- -- #7C8080
-- -- #8D8D8D -- -- #8D8D8D
-- -- #d4d4d4 -- -- #d4d4d4
-- return {}
-- return { -- return {
-- { -- {
-- "jesseleite/nvim-noirbuddy", -- "jesseleite/nvim-noirbuddy",
@ -25,8 +26,8 @@
-- { -- {
-- }, -- },
-- "LazyVim/LazyVim", -- "LazyVim/LazyVim",
-- colorscheme = function()
-- opts = { -- opts = {
-- colorscheme = function()
-- local noiropts = { -- local noiropts = {
-- -- preset = "miami-nights", -- -- preset = "miami-nights",
-- styles = { -- styles = {