style: nvim & yazi theme

This commit is contained in:
DACHXY 2025-02-17 12:32:52 +08:00
parent c0f766ea26
commit 0d86e300e5
21 changed files with 10714 additions and 23 deletions

View file

@ -23,3 +23,4 @@ end
vim.g.lazyvim_python_lsp = "pyright"
vim.g.lazyvim_python_ruff = "ruff"
vim.g.lazyvim_eslint_auto_format = true
vim.o.background = "dark"

View file

@ -49,18 +49,32 @@ return {
},
{
"folke/tokyonight.nvim",
name = "tokyonight",
},
{
"embark-theme/vim",
name = "embark",
opts = {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
},
transparent_background = true,
},
},
{
"ellisonleao/gruvbox.nvim",
name = "gruvbox",
priority = 1000,
},
{
"luisiacc/gruvbox-baby",
name = "gruvbox-baby",
},
{
"sainnhe/gruvbox-material",
name = "gruvbox-material",
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
colorscheme = "gruvbox-material",
},
},
}