Updated some snippets and fixed feline
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
return {
|
||||
'freddiehaddad/feline.nvim',
|
||||
config = function ()
|
||||
local ctp_feline = require('catppuccin.groups.integrations.feline')
|
||||
"feline-nvim/feline.nvim",
|
||||
config = function()
|
||||
local ctp_feline = require("catppuccin.groups.integrations.feline")
|
||||
|
||||
ctp_feline.setup()
|
||||
ctp_feline.setup()
|
||||
|
||||
require("feline").setup({
|
||||
components = ctp_feline.get(),
|
||||
})
|
||||
end
|
||||
require("feline").setup({
|
||||
components = ctp_feline.get(),
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user