diff options
author | talha <talha@talhaamir.xyz> | 2024-04-22 16:58:18 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-04-22 17:00:06 +0500 |
commit | 721ef14cf3906992d8615456493de439ada8e1b8 (patch) | |
tree | af9aa7058e6bc936d8fdaf9d1747daa85f29a941 /lua/talha/functions.lua | |
parent | 0fb906d66eb092c6ddea5f0947443d03bc1fb134 (diff) |
updated config
Diffstat (limited to 'lua/talha/functions.lua')
-rw-r--r-- | lua/talha/functions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/talha/functions.lua b/lua/talha/functions.lua index 9724541..e27e1a2 100644 --- a/lua/talha/functions.lua +++ b/lua/talha/functions.lua @@ -56,7 +56,7 @@ function ReloadLuaConfig() local lua_path_selector = vim.fn.stdpath('config') .. '/lua/**/*.lua' _ReloadConfigsInPath(lua_path_selector) - -- local after_path_selector = vim.fn.stdpath('config') .. '/after/**/*.lua' + local after_path_selector = vim.fn.stdpath('config') .. '/after/**/*.lua' _ReloadConfigsInPath(after_path_selector) print('Nvim configurations reloaded') |