mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update 2025-06-30
Update 2025-06-06 Update 2025-06-08 Update 2025-06-11 Update 2025-06-11 Update 2025-06-18 Update 2025-06-24
This commit is contained in:
@@ -20,52 +20,52 @@ require("augment-command"):setup({
|
||||
wraparound_file_navigation = false,
|
||||
})
|
||||
require("git"):setup()
|
||||
require("yatline"):setup({
|
||||
show_background = false,
|
||||
section_separator = { open = "", close = "" },
|
||||
part_separator = { open = "", close = "" },
|
||||
inverse_separator = { open = "", close = "" },
|
||||
|
||||
header_line = {
|
||||
left = {
|
||||
section_a = {
|
||||
{ type = "line", custom = false, name = "tabs", params = { "left" } },
|
||||
},
|
||||
section_b = {},
|
||||
section_c = {},
|
||||
},
|
||||
right = {
|
||||
section_a = {
|
||||
{ type = "string", custom = false, name = "date", params = { "%A, %d %B %Y" } },
|
||||
},
|
||||
section_b = {
|
||||
{ type = "string", custom = false, name = "date", params = { "%X" } },
|
||||
},
|
||||
section_c = {},
|
||||
},
|
||||
},
|
||||
|
||||
status_line = {
|
||||
left = {
|
||||
section_a = {},
|
||||
section_b = {},
|
||||
section_c = {
|
||||
{ type = "string", custom = false, name = "hovered_path" },
|
||||
{ type = "coloreds", custom = false, name = "task_states" },
|
||||
},
|
||||
},
|
||||
right = {
|
||||
section_a = {
|
||||
{ type = "string", custom = false, name = "cursor_position" },
|
||||
{ type = "string", custom = false, name = "cursor_percentage" },
|
||||
},
|
||||
section_b = {
|
||||
{ type = "string", custom = false, name = "hovered_file_extension", params = { true } },
|
||||
},
|
||||
section_c = {
|
||||
{ type = "coloreds", custom = false, name = "permissions" },
|
||||
{ type = "coloreds", custom = false, name = "count", params = "true" },
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
-- require("yatline"):setup({
|
||||
-- show_background = false,
|
||||
-- section_separator = { open = "", close = "" },
|
||||
-- part_separator = { open = "", close = "" },
|
||||
-- inverse_separator = { open = "", close = "" },
|
||||
--
|
||||
-- header_line = {
|
||||
-- left = {
|
||||
-- section_a = {
|
||||
-- { type = "line", custom = false, name = "tabs", params = { "left" } },
|
||||
-- },
|
||||
-- section_b = {},
|
||||
-- section_c = {},
|
||||
-- },
|
||||
-- right = {
|
||||
-- section_a = {
|
||||
-- { type = "string", custom = false, name = "date", params = { "%A, %d %B %Y" } },
|
||||
-- },
|
||||
-- section_b = {
|
||||
-- { type = "string", custom = false, name = "date", params = { "%X" } },
|
||||
-- },
|
||||
-- section_c = {},
|
||||
-- },
|
||||
-- },
|
||||
--
|
||||
-- status_line = {
|
||||
-- left = {
|
||||
-- section_a = {},
|
||||
-- section_b = {},
|
||||
-- section_c = {
|
||||
-- { type = "string", custom = false, name = "hovered_path" },
|
||||
-- { type = "coloreds", custom = false, name = "task_states" },
|
||||
-- },
|
||||
-- },
|
||||
-- right = {
|
||||
-- section_a = {
|
||||
-- { type = "string", custom = false, name = "cursor_position" },
|
||||
-- { type = "string", custom = false, name = "cursor_percentage" },
|
||||
-- },
|
||||
-- section_b = {
|
||||
-- { type = "string", custom = false, name = "hovered_file_extension", params = { true } },
|
||||
-- },
|
||||
-- section_c = {
|
||||
-- { type = "coloreds", custom = false, name = "permissions" },
|
||||
-- { type = "coloreds", custom = false, name = "count", params = "true" },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- })
|
||||
|
||||
Reference in New Issue
Block a user