mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
style(incline.lua): fix indentation and formatting for better code readability
feat(incline.lua): add hide option to hide cursorline in the setup configuration feat(incline.lua): improve path shortening logic for long lines in the render function
This commit is contained in:
@@ -12,6 +12,9 @@ local function shortenPath(str, max)
|
|||||||
end
|
end
|
||||||
|
|
||||||
incline.setup({
|
incline.setup({
|
||||||
|
hide = {
|
||||||
|
cursorline = true,
|
||||||
|
},
|
||||||
window = {
|
window = {
|
||||||
padding = 0,
|
padding = 0,
|
||||||
margin = { horizontal = 0 },
|
margin = { horizontal = 0 },
|
||||||
|
|||||||
Reference in New Issue
Block a user