Changed form catpuccin theme, not a vscode soy dev

This commit is contained in:
2026-03-24 19:50:51 +02:00
parent dabb2e0e7e
commit 734d4a095a
7 changed files with 140 additions and 42 deletions
+1 -18
View File
@@ -1,30 +1,13 @@
return {
{ "nvim-tree/nvim-web-devicons", lazy = true },
{
"catppuccin/nvim",
priority = 1000,
config = function()
require("catppuccin").setup({
integrations = {
treesitter = true,
native_lsp = {
enabled = true,
semantic_tokens = true,
},
},
})
vim.cmd.colorscheme("catppuccin-mocha")
end,
},
-- Statusline
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
config = function()
require("lualine").setup({
options = { theme = "auto", globalstatus = true },
options = { theme = "codedark", globalstatus = true },
})
end,
},