Skip to content

Commit

Permalink
chore: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 12, 2023
1 parent f51b8aa commit 884cba7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 26 deletions.
21 changes: 0 additions & 21 deletions .config/nix/files/git/ignore_global

This file was deleted.

1 change: 1 addition & 0 deletions .config/nix/modules/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
experimental-features = nix-command flakes
'';
programs.fish.enable = true;
security.pam.enableSudoTouchIdAuth = true;
services.nix-daemon.enable = true;
system.defaults = {
dock.autohide = true;
Expand Down
5 changes: 1 addition & 4 deletions .config/nix/modules/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
home.packages = with pkgs; [
babelfish
bat
cachix
diff-so-fancy
direnv
dockutil
Expand Down Expand Up @@ -39,10 +40,6 @@
source = ../files/fish;
recursive = true;
};
"git" = {
source = ../files/git;
recursive = true;
};
};
};
}
11 changes: 11 additions & 0 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,17 @@ require("lazy").setup({
end,
},

{
"edgedb/edgedb-vim",
ft = "edgeql",
config = function()
vim.api.nvim_create_autocmd(
{ "BufRead", "BufNewFile" },
{ pattern = { "*.esdl", "*.edgeql" }, command = "setf edgeql" }
)
end,
},

-- gitsigns.nvim (https://github.com/lewis6991/gitsigns.nvim)
{
"lewis6991/gitsigns.nvim",
Expand Down
3 changes: 2 additions & 1 deletion .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"copilot-cmp": { "branch": "master", "commit": "72fbaa03695779f8349be3ac54fa8bd77eed3ee3" },
"copilot.lua": { "branch": "master", "commit": "73047082d72fcfdde1f73b7f17ad495cffcbafaa" },
"dressing.nvim": { "branch": "master", "commit": "1f2d1206a03bd3add8aedf6251e4534611de577f" },
"edgedb-vim": { "branch": "master", "commit": "7f2516bec3a5ad137347fb703d0b2c88f1478f5b" },
"flash.nvim": { "branch": "main", "commit": "48817af25f51c0590653bbc290866e4890fe1cbe" },
"friendly-snippets": { "branch": "main", "commit": "43727c2ff84240e55d4069ec3e6158d74cb534b6" },
"gitsigns.nvim": { "branch": "main", "commit": "af0f583cd35286dd6f0e3ed52622728703237e50" },
Expand Down Expand Up @@ -35,11 +36,11 @@
"rasmus.nvim": { "branch": "main", "commit": "f824de95d446686e479781c0c2b778c177da528f" },
"rust-tools.nvim": { "branch": "master", "commit": "0cc8adab23117783a0292a0c8a2fbed1005dc645" },
"telescope.nvim": { "branch": "master", "commit": "20bf20500c95208c3ac0ef07245065bf94dcab15" },
"tokyonight.nvim": { "branch": "main", "commit": "f247ee700b569ed43f39320413a13ba9b0aef0db" },
"trouble.nvim": { "branch": "main", "commit": "f1168feada93c0154ede4d1fe9183bf69bac54ea" },
"twoslash-queries.nvim": { "branch": "main", "commit": "ea2dd86618d3aa4e176bfafc31cab2b1d1feb157" },
"vim-illuminate": { "branch": "master", "commit": "3bd2ab64b5d63b29e05691e624927e5ebbf0fb86" },
"vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" },
"vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" },
"vim-tmux-navigator": { "branch": "master", "commit": "7db70e08ea03b3e4d91f63713d76134512e28d7e" },
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
}

0 comments on commit 884cba7

Please sign in to comment.