dynamic tab, tabline changes

This commit is contained in:
2022-12-05 05:15:24 -06:00
parent 2358ac3d71
commit 3aca6d02ad
5 changed files with 95 additions and 44 deletions
+8
View File
@@ -0,0 +1,8 @@
local M = {}
function M.cwd()
local path = vim.fn.expand("%:p:h")
vim.cmd("Files " .. path)
end
return M