docs: api, misc

This commit is contained in:
Justin M. Keyes
2025-06-15 01:01:55 +02:00
parent c8e54bf49d
commit cb2367a1e2
10 changed files with 40 additions and 42 deletions

View File

@@ -935,7 +935,7 @@ do
end
vim.api.nvim_create_autocmd('VimEnter', {
group = vim.api.nvim_create_augroup('nvim.find_exrc', {}),
group = vim.api.nvim_create_augroup('nvim.exrc', {}),
desc = 'Find exrc files in parent directories',
callback = function()
if not vim.o.exrc then