Hi,
Is there any way I can view my full file path (from my home, '~' directory) and not relative path all the time at bottom of screen, maybe in place where default ----INSERT---- is present. It is very tedious to press 1
I found that using set statusline+=%F shows full path but then it hides vim's mode (normal, insert, etc.) setup by this plugin.
Please help. Thanks for support.
Configure as follows.
let g:lightline = {
\ 'component': {
\ 'filename': '%F',
\ }
\ }
Thanks, this helped!
Most helpful comment
Configure as follows.