updated flake inputs
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
config = lib.mkIf config.movOpts.programConfigs.gitConfig.enable {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "kylerclay@proton.me";
|
||||
userName = "${username}";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
email = "kylerclay@proton.me";
|
||||
name = "${username}";
|
||||
};
|
||||
core.pager = "delta";
|
||||
interactive.diffFilter = "delta --color-only";
|
||||
delta.navigate = "true";
|
||||
|
||||
@@ -42,6 +42,7 @@ in {
|
||||
vim.g.vimwiki_list = {{path = '~/vimwiki/', syntax = 'markdown', ext = '.md'}}
|
||||
|
||||
vim.opt.number = true
|
||||
vim.opt.autochdir = false
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.hlsearch = true
|
||||
vim.opt.incsearch = true
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
jsonls.enable = true;
|
||||
lua_ls.enable = true;
|
||||
marksman.enable = true;
|
||||
csharp_ls.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
defaults = {
|
||||
file_ignore_patterns = [
|
||||
"%.snap"
|
||||
"^%.git/"
|
||||
];
|
||||
};
|
||||
pickers = {
|
||||
|
||||
Reference in New Issue
Block a user