feat: switch to tokyonight theme
This commit is contained in:
parent
eebbb6c4b7
commit
6a3774706a
3 changed files with 2 additions and 12 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue