style: nvim & yazi theme
This commit is contained in:
parent
c0f766ea26
commit
0d86e300e5
21 changed files with 10714 additions and 23 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue