mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): show full path to file
This commit is contained in:
@@ -42,7 +42,7 @@ return {
|
||||
},
|
||||
},
|
||||
{ "filetype", icon_only = true, separator = "", padding = { left = 1, right = 0 } },
|
||||
{ "filename", path = 1, symbols = { modified = " ", readonly = "", unnamed = "" } },
|
||||
{ "filename", path = 3, symbols = { modified = " ", readonly = "", unnamed = "" } },
|
||||
{
|
||||
"harpoon2",
|
||||
indicators = { "1", "2", "3", "4", "5" },
|
||||
|
||||
Reference in New Issue
Block a user