autopairs + cleanup

This commit is contained in:
iofq 2025-08-07 02:16:42 -05:00
parent 4b7636090f
commit d01db43a23
15 changed files with 176 additions and 204 deletions

View file

@ -35,7 +35,7 @@ return {
path = {
opts = {
get_cwd = function(_)
return vim.fn.getcwd()
return vim.fn.getcwd() -- use nvim pwd instead of current file pwd
end,
},
},