From d066e930a42ac9cfcd55b078c66396ce0d6570c3 Mon Sep 17 00:00:00 2001 From: Riley Apeldoorn Date: Wed, 22 Jun 2022 16:53:20 +0200 Subject: [PATCH] fixup! Add clojure support to editor --- modules/kak/kakoune.nix | 48 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/modules/kak/kakoune.nix b/modules/kak/kakoune.nix index 3dc4d60..a2bea54 100644 --- a/modules/kak/kakoune.nix +++ b/modules/kak/kakoune.nix @@ -14,8 +14,8 @@ # outside of the package extraPlugins ? [], - # Plugins - kak-crosshairs, + # Plugins + kak-crosshairs, # Color theme theme, @@ -26,33 +26,33 @@ }: let kakrc = (import ./kakrc.nix { - inherit clipboard - typescript - haskell - clojure - python - rust - nix - theme - pkgs - lib; - }); + inherit clipboard + typescript + haskell + clojure + python + rust + nix + theme + pkgs + lib; + }); colors = (import ./colors.nix { - inherit theme - pkgs - lib; + inherit theme + pkgs + lib; }); kak-lsp = (import ./kak-lsp.nix { - inherit typescript - haskell - clojure - python - rust - nix - pkgs - lib; + inherit typescript + haskell + clojure + python + rust + nix + pkgs + lib; }); in (pkgs.kakoune.override {