git config

This commit is contained in:
2024-09-09 14:02:00 -04:00
parent 7139def62c
commit b8cbda3f63
3 changed files with 13 additions and 1 deletions

View File

@@ -5,5 +5,16 @@
enable = true;
userName = "Michael Thomson";
userEmail = "michael@michaelthomson.dev";
includes = [
{
condition = "gitdir:~/dev/work/";
contents = {
user = {
email = "mthomson@konradgroup.com";
name = "Michael Thomson";
};
};
}
];
};
}

View File

@@ -88,7 +88,7 @@ return {
lsp.lua_ls.setup({})
lsp.nil_ls.setup({})
lsp.clangd.setup({})
lsp.ccls.setup({})
lsp.astro.setup({})
end,
},