chore(clean): format
This commit is contained in:
@@ -21,7 +21,9 @@ return {
|
||||
|
||||
opts.statusline = {
|
||||
hl = "statusline",
|
||||
comp.mode({ mode_text = { hl = { bold = true }, padding = { left = 1, right = 1 } } }),
|
||||
comp.mode({
|
||||
mode_text = { hl = { bold = true }, padding = { left = 1, right = 1 } },
|
||||
}),
|
||||
comp.file_info({
|
||||
filetype = false,
|
||||
filename = {
|
||||
@@ -53,11 +55,15 @@ return {
|
||||
end
|
||||
|
||||
opts.winbar = {
|
||||
init = function(self) self.bufnr = vim.api.nvim_get_current_buf() end,
|
||||
init = function(self)
|
||||
self.bufnr = vim.api.nvim_get_current_buf()
|
||||
end,
|
||||
fallthrough = false,
|
||||
{
|
||||
-- Display file path when window is not active
|
||||
condition = function() return not status.condition.is_active() end,
|
||||
condition = function()
|
||||
return not status.condition.is_active()
|
||||
end,
|
||||
{
|
||||
-- Set display priority to hide when component is too big to fit
|
||||
flexible = 1,
|
||||
|
||||
Reference in New Issue
Block a user