add: update config modular

This commit is contained in:
asep.komarudin 2024-05-21 09:15:27 +07:00
parent 875631fc4e
commit 77436b89c4
5 changed files with 122 additions and 135 deletions

View file

@ -92,7 +92,7 @@ end
function M._SET_TAB_TITLE()
-- set tab title
vim.cmd('silent !wezterm cli set-tab-title "' .. _get_folder_name() .. '"')
vim.cmd('silent !wezterm cli set-tab-title "' .. M._get_folder_name() .. '"')
end
function M._CLOSE_BUFFER()