Skip to content

Commit dc21b7c

Browse files
author
Ali Shahid
committed
[feline.nvim] display filename relative-short
1 parent abfa44c commit dc21b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/feline_nvim.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ components.active[1] = {
4646
{
4747
provider = {
4848
name = "file_info",
49-
opts = { type = "relative" }
49+
opts = { type = "relative-short" }
5050
},
5151
hl = {fg = 'black', bg = 'f_color', style = 'italic'},
5252
left_sep = {

0 commit comments

Comments
 (0)