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 {
"ficcdaf/ashen.nvim",
-- lazy = false,
priority = 1000,
enabled = true,
dev = true,
{
"LazyVim/LazyVim",
opts = {
colorscheme = function()
require("ashen").setup()
end,
colorscheme = "ashen",
},
},
}

View file

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

View file

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

View file

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