move old nvim config

This commit is contained in:
Barrett Ruth 2026-02-10 18:44:55 -05:00
parent c9ae53e233
commit e7740e9989
27 changed files with 492 additions and 704 deletions

View file

@ -33,7 +33,7 @@ vim.api.nvim_create_autocmd('LspAttach', {
)
end
end,
group = vim.api.nvim_creat_augroup('AClangdKeymap', { clear = true }),
group = vim.api.nvim_create_augroup('AClangdKeymap', { clear = true }),
})
return vim.tbl_extend('force', clangd_settings, project_settings or {})