feat: update colorscheme to catppuccin

This commit is contained in:
Devin Haska 2024-05-29 14:15:03 -07:00
parent 10e4a3af37
commit 5b8a97456a
No known key found for this signature in database
4 changed files with 89 additions and 47 deletions

View file

@ -4,14 +4,15 @@ return {
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
options = {
icons_enabled = true,
theme = "tokyonight",
disabled_filetypes = {
statusline = {
"alpha",
"neo-tree",
}
}
},
},
extensions = {
"lazy",
"neo-tree",
}
},
},
@ -24,18 +25,20 @@ return {
{
"akinsho/bufferline.nvim",
event = "VeryLazy",
after = "catppuccin",
keys = {
{ "<leader>bp", "<cmd>BufferLineTogglePin<cr>", desc = "Toggle Pin" },
{ "[b", "<cmd>BufferLineCyclePrev<cr>", desc = "Prev Buffer" },
{ "]b", "<cmd>BufferLineCycleNext<cr>", desc = "Next Buffer" },
},
opts = {
highlights = require("catppuccin.groups.integrations.bufferline").get(),
options = {
diagnostics = "nvim_lsp",
offsets = {
{
filetype = "neo-tree",
text = "Neo-tree",
text = "",
highlight = "Directory",
text_align = "left",
},