function GetCurrentFile() return vim.fn.expand("%") end function Dirname(file_path) return vim.fn.fnamemodify(file_path, ":p:h") end