Configuration files

nvim: show relative path of current file

Changed files
+2
.config
nvim
lua
plugins
+2
.config/nvim/lua/plugins/statusline.lua
··· 176 176 "filename", 177 177 cond = conditions.buffer_not_empty, 178 178 color = { fg = colours.filepath, gui = "bold" }, 179 + newfile_status = true, 180 + path = 1, 179 181 }, 180 182 { "location" }, 181 183 { "progress", color = { fg = colours.fg, gui = "bold" } },