mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: update config modular
This commit is contained in:
parent
875631fc4e
commit
77436b89c4
5 changed files with 122 additions and 135 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue