1
0

chore: neovim updates

This commit is contained in:
2025-07-18 18:30:01 +02:00
parent 8eb01590c3
commit 99e9bd20aa
5 changed files with 13 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ local function formatter(exe, args)
table.insert(argv, val)
end
if not args.path == false then
if args.path ~= false then
table.insert(argv, vim.fn.shellescape(vim.api.nvim_buf_get_name(0)))
end