feat(nvim): add octo

This commit is contained in:
2025-08-28 17:04:54 -04:00
parent e63dd8d5d1
commit cc045f225b
8 changed files with 47 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
function get_git_info()
local function get_git_info()
local abs_path = vim.fn.expand("%:p")
local git_root = vim.fn.systemlist(
"git -C " .. vim.fn.escape(vim.fn.fnamemodify(abs_path, ":h"), " ") .. " rev-parse --show-toplevel"