git config
This commit is contained in:
parent
7139def62c
commit
b8cbda3f63
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../../modules/home-manager/git
|
||||||
../../modules/home-manager/neovim
|
../../modules/home-manager/neovim
|
||||||
../../modules/home-manager/emacs
|
../../modules/home-manager/emacs
|
||||||
../../modules/home-manager/wezterm
|
../../modules/home-manager/wezterm
|
||||||
|
@ -5,5 +5,16 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "Michael Thomson";
|
userName = "Michael Thomson";
|
||||||
userEmail = "michael@michaelthomson.dev";
|
userEmail = "michael@michaelthomson.dev";
|
||||||
|
includes = [
|
||||||
|
{
|
||||||
|
condition = "gitdir:~/dev/work/";
|
||||||
|
contents = {
|
||||||
|
user = {
|
||||||
|
email = "mthomson@konradgroup.com";
|
||||||
|
name = "Michael Thomson";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -88,7 +88,7 @@ return {
|
|||||||
lsp.lua_ls.setup({})
|
lsp.lua_ls.setup({})
|
||||||
|
|
||||||
lsp.nil_ls.setup({})
|
lsp.nil_ls.setup({})
|
||||||
lsp.clangd.setup({})
|
lsp.ccls.setup({})
|
||||||
lsp.astro.setup({})
|
lsp.astro.setup({})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user