dynamic tab, tabline changes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local M = {}
|
||||
|
||||
function M.cwd()
|
||||
local path = vim.fn.expand("%:p:h")
|
||||
vim.cmd("Files " .. path)
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user