Status line layout in the README #359
-
Hello 👋 Is the config file allowing to have the same layout at the screenshot in the readme is available somewhere ? |
Beta Was this translation helpful? Give feedback.
Answered by
nullchilly
Nov 30, 2022
Replies: 1 comment 2 replies
-
It's our default feline integration (not lualine), here is my config: use {
"feline-nvim/feline.nvim",
after = "catppuccin",
config = function()
require("feline").setup {
components = require("catppuccin.groups.integrations.feline").get(),
}
end,
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bouteillerAlan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's our default feline integration (not lualine), here is my config: