Filename config not working for me #1360
gonza56d
started this conversation in
Configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! The 'filename' config is not working for me if I set any value to the
path
variable. I want it to show the relative directory of the file, but it won't work.This is my config in my init.lua: (I'm using lazy).
So, basically, when I have
lualine_c = {'filename'}
, it will work:But as soon as I try
lualine_c = {'filename', path = 1}
, I will see the section C empty:This was working properly for me in the past and it suddenly stopped working without any change in my init.lua. Please help!
Beta Was this translation helpful? Give feedback.
All reactions