You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to reproduce an scenario where newfile symbol will appear, either creating new files via NvimTree and also using the [No Name] buffer when opening the editor with 'nvim' command alone. In the second case, after giving it a name with :w and saving, the command line below shows [New] but lualine is not showing the [New] symbol accordingly. Is that symbol not necessary? In which scenario would it be used?
Basically I want to know if that 'newfile' symbol of 'filename' section would be shown alone like the [No Name] symbol or after an actual name like when modifying files or locked files, to either leave it as [New] or change it for an icon respectively assuming that it's working properly.
Thanks in advance.
EDIT: Nevermind, I found the answer, it's working as intended obviously.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When should the newfile symbol appear?
I'm trying to reproduce an scenario where newfile symbol will appear, either creating new files via NvimTree and also using the [No Name] buffer when opening the editor with 'nvim' command alone. In the second case, after giving it a name with :w and saving, the command line below shows [New] but lualine is not showing the [New] symbol accordingly. Is that symbol not necessary? In which scenario would it be used?
Basically I want to know if that 'newfile' symbol of 'filename' section would be shown alone like the [No Name] symbol or after an actual name like when modifying files or locked files, to either leave it as [New] or change it for an icon respectively assuming that it's working properly.
Thanks in advance.
EDIT: Nevermind, I found the answer, it's working as intended obviously.
Beta Was this translation helpful? Give feedback.
All reactions