1
Fork 0

Change a lot of neovim stuff

and remove some outdated firefox profiles
This commit is contained in:
Matei Adriel 2024-01-04 05:24:55 +01:00
parent c36f93d9c9
commit a39544b93d
No known key found for this signature in database
18 changed files with 119 additions and 145 deletions
home/features/neovim/config/lua/my/plugins/themes

View file

@ -1,4 +1,4 @@
local H = require("my.helpers.theme")
local H = require("my.tempest")
local M = {
"rose-pine/neovim",
@ -8,7 +8,7 @@ local M = {
}
function M.config()
local variant = H.variant("Rosé Pine")
local variant = H.theme_variant("Rosé Pine")
if variant == "dawn" then
vim.o.background = "light"