diff options
-rw-r--r-- | config/nvim/lua/mytelescopefiles.lua | 7 | ||||
m--------- | private | 0 |
2 files changed, 2 insertions, 5 deletions
diff --git a/config/nvim/lua/mytelescopefiles.lua b/config/nvim/lua/mytelescopefiles.lua index 46253eb..733a1d8 100644 --- a/config/nvim/lua/mytelescopefiles.lua +++ b/config/nvim/lua/mytelescopefiles.lua @@ -5,14 +5,11 @@ return function() local root, ret = utils.get_os_command_output({ "git", "rev-parse", "--show-toplevel" }, vim.fn.expand("%:h")) if ret == 0 then ts.git_files({ + cwd = root[1], git_command = { "sh", "-c", - "git -C " - .. root[1] - .. " ls-files -c --recurse-submodules && git -C " - .. root[1] - .. " ls-files -o --exclude-standard", + "git ls-files -c --recurse-submodules && git ls-files -o --exclude-standard", }, }) else diff --git a/private b/private -Subproject 07839bc4748f841f9134a81475b42f8f4c2053c +Subproject b6ba779e4a9da9325df5e57e2a1898d150171c9 |