1 2 3 4 5 6 7 8
function GetCurrentFile() return vim.fn.expand("%") end function Dirname(file_path) return vim.fn.fnamemodify(file_path, ":p:h") end