From b5e9efe840255ad82181622495c2d524d23e64db Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 9 Aug 2023 09:43:17 -0400 Subject: [PATCH] wip --- emacs/emacs.doom/init.el | 4 +-- flake.lock | 6 ++-- nix/home-manager/flake.lock | 30 ++++++++++---------- nix/home-manager/modules/packages/neovim.nix | 2 +- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/emacs/emacs.doom/init.el b/emacs/emacs.doom/init.el index d206534..8b09173 100644 --- a/emacs/emacs.doom/init.el +++ b/emacs/emacs.doom/init.el @@ -25,7 +25,7 @@ ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ;; (ivy +childframe +fuzzy +icons +prescient) ; a search engine for love and life - (vertico +icons) ; the search engine of the future + (vertico) ; the search engine of the future :ui ;;deft ; notational velocity for Emacs @@ -67,7 +67,7 @@ word-wrap ; soft wrapping with language-aware indent :emacs - (dired +icons) ; making dired pretty [functional] + (dired) ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent ;;ibuffer ; interactive buffer management (undo +tree) ; persistent, smarter undo for your inevitable mistakes diff --git a/flake.lock b/flake.lock index 8668f11..0791397 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1690638457, - "narHash": "sha256-3EBd8PHd0lbSCMief9eQdzTOvEofnB3koR+Q4wvvDbA=", + "lastModified": 1690831896, + "narHash": "sha256-k4Cb2/Yx2kL8TFuVejwEk4R0J+5sxbydAj2IZBKZg7o=", "owner": "cachix", "repo": "devenv", - "rev": "da313abf0fb6d21210f6d555acabf40425e080f1", + "rev": "e91205acb792f6a49ea53ab04c04fbc2a85039cd", "type": "github" }, "original": { diff --git a/nix/home-manager/flake.lock b/nix/home-manager/flake.lock index 7340f79..2817219 100644 --- a/nix/home-manager/flake.lock +++ b/nix/home-manager/flake.lock @@ -315,11 +315,11 @@ ] }, "locked": { - "lastModified": 1691039228, - "narHash": "sha256-iPNZJ1LvfUf1Y456ewC0DXgf99TNssG8OLObOyqxO6M=", + "lastModified": 1691312444, + "narHash": "sha256-J9e9dGwAPTX+UlAn8jehoyaEq6fwK+L+gunfx0cYT4E=", "owner": "nix-community", "repo": "home-manager", - "rev": "86dd48d70a2e2c17e84e747ba4faa92453e68d4a", + "rev": "903e06d734bcae48efb79b9afd51b406d2744179", "type": "github" }, "original": { @@ -455,11 +455,11 @@ ] }, "locked": { - "lastModified": 1690687539, - "narHash": "sha256-Lnwz9XKtshm+5OeWqCbj/3tKuKK+DL5tUTdKSRrKBlY=", + "lastModified": 1691292840, + "narHash": "sha256-NA+o/NoOOQhzAQwB2JpeKoG+iYQ6yn/XXVxaGd5HSQI=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "d74b8171153ae35d7d323a9b1ad6c4cf7a995591", + "rev": "6c626d54d0414d34c771c0f6f9d771bc8aaaa3c4", "type": "github" }, "original": { @@ -499,11 +499,11 @@ "nmt": "nmt" }, "locked": { - "lastModified": 1690726695, - "narHash": "sha256-h0azAgBLlS8i6RpEjWK7fwLVKhlmbs02OGojsH29Jqo=", + "lastModified": 1691355845, + "narHash": "sha256-00GSWiXYdCiBOv7MTW4mCzoSCqBZYQ8K9NID5E3WVas=", "owner": "nixneovim", "repo": "nixneovim", - "rev": "69ade92b8d90658b45c7c915262725ec66a25d6b", + "rev": "98296a348aad6d6430a568dfb17101c817f00714", "type": "github" }, "original": { @@ -525,11 +525,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1690726628, - "narHash": "sha256-0G9oLqGzA5MRoYjBWTEH1hyKmHfzfwxmRfLAYbWl1jQ=", + "lastModified": 1691331489, + "narHash": "sha256-aSz1bJyHhKtjN5DpPLoIkpW3TYWs4zqiSBjAjnEObsw=", "owner": "nixneovim", "repo": "nixneovimplugins", - "rev": "a4c09b64a0f7be0e8d26ecacc5cf1ba1f8a24d22", + "rev": "76048147f3e04fe3f1fa79114d2feb7f35caa64d", "type": "github" }, "original": { @@ -603,11 +603,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1691006197, - "narHash": "sha256-DbtxVWPt+ZP5W0Usg7jAyTomIM//c3Jtfa59Ht7AV8s=", + "lastModified": 1691368598, + "narHash": "sha256-ia7li22keBBbj02tEdqjVeLtc7ZlSBuhUk+7XTUFr14=", "owner": "nixos", "repo": "nixpkgs", - "rev": "66aedfd010204949cb225cf749be08cb13ce1813", + "rev": "5a8e9243812ba528000995b294292d3b5e120947", "type": "github" }, "original": { diff --git a/nix/home-manager/modules/packages/neovim.nix b/nix/home-manager/modules/packages/neovim.nix index 2b2e958..a86f060 100644 --- a/nix/home-manager/modules/packages/neovim.nix +++ b/nix/home-manager/modules/packages/neovim.nix @@ -71,7 +71,7 @@ ] ) ++ (with pkgs.vimExtraPlugins; [ - nvim-ts-rainbow2 + rainbow-delimiters-nvim ]); mappings = { normal = {