feat: switch to tokyonight theme

This commit is contained in:
Devin Haska 2024-06-06 09:30:29 -07:00
parent eebbb6c4b7
commit 6a3774706a
No known key found for this signature in database
3 changed files with 2 additions and 12 deletions

View file

@ -1,15 +1,7 @@
return {
{
"freddiehaddad/feline.nvim",
init = function()
local ctp_feline = require("catppuccin.groups.integrations.feline")
ctp_feline.setup()
require("feline").setup({
components = ctp_feline.get(),
})
end,
opts = {},
},
{
"famiu/bufdelete.nvim",
@ -26,7 +18,6 @@ return {
{ "]b", "<cmd>BufferLineCycleNext<cr>", desc = "Next Buffer" },
},
opts = {
highlights = require("catppuccin.groups.integrations.bufferline").get(),
options = {
diagnostics = "nvim_lsp",
offsets = {