diff --git a/config/plugins/qol.nix b/config/plugins/qol.nix index ec1492e..1ad48c2 100644 --- a/config/plugins/qol.nix +++ b/config/plugins/qol.nix @@ -83,8 +83,14 @@ settings = { graph_style = "unicode"; popup.kind = "floating"; + integrations = { + diffview = true; + telescope = true; + }; }; }; + diffview.enable = true; + # The greatest QoL plugin of all time. Renders codeblocks, formatting, etc # in LSP popup buffers too. GUI users will never flex on you with their # typesetting again! diff --git a/flake.lock b/flake.lock index cb09557..a0e2de4 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,21 @@ { "nodes": { + "cellular-automaton": { + "flake": false, + "locked": { + "lastModified": 1719777869, + "narHash": "sha256-nIv7ISRk0+yWd1lGEwAV6u1U7EFQj/T9F8pU6O0Wf0s=", + "owner": "Eandrju", + "repo": "cellular-automaton.nvim", + "rev": "11aea08aa084f9d523b0142c2cd9441b8ede09ed", + "type": "github" + }, + "original": { + "owner": "Eandrju", + "repo": "cellular-automaton.nvim", + "type": "github" + } + }, "devshell": { "inputs": { "nixpkgs": [ @@ -314,6 +330,7 @@ }, "root": { "inputs": { + "cellular-automaton": "cellular-automaton", "flake-parts": "flake-parts", "haskell-tools": "haskell-tools", "lsp-progress": "lsp-progress",