···1414 return path .. name
1515end
16161717+local function rest()
1818+ local env_file = vim.b._rest_nvim_env_file
1919+ if not env_file then
2020+ return ""
2121+ end
2222+ return "(" .. env_file .. ") "
2323+end
2424+1725---Show attached LSP clients in `[name1, name2]` format.
1826---Long server names will be modified. For example, `lua-language-server` will be shorten to `lua-ls`
1927---Returns an empty string if there aren't any attached LSP clients.
···5058 filename(),
5159 "%h%w%m%r",
5260 "%=",
6161+ rest(),
5362 "%y",
5463 tab_size(),
5564 lsp_status(),