Hi,
I just want to know how to show full file path in Powerline for Vim? I
mean normally without Powerline I would add something like the
following to my .vimrc to show the full file path:
set statusline+=%F
However, in Powerline for Vim, only the file name is displayed (for example, ./.vimrc when I open .vimrc from my home directory). How can I display the full file path in Vim with Powerline?
Thank you for your help.
Best regards,
--
You received this message because you are subscribed to the Google Groups "powerline" group.
To unsubscribe from this group and stop receiving emails from it, send an email to powerline-supp...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Nikolay,
I did read the documentation but still not knowing specifically how to modify the statusline? I tried something like this in my vimrc:
set statusline+=!py3eval('powerline.segments.vim.file_directory(shorten_cwd=False)')
but it doesn't work :(
Hi Nikolay,
I did read the documentation but still not knowing specifically how to modify the statusline? I tried something like this in my vimrc:
set statusline+=!py3eval('powerline.segments.vim.file_directory(shorten_cwd=False)')
but it doesn't work :(
Maybe I am doing something wrong or there is something I am not clear about powerline. I mostly modified powerline through its *.json files and have never got this deep into powerline's Python functions.