fixup! Add clojure support to editor
This commit is contained in:
parent
afc03fe0cf
commit
d066e930a4
1 changed files with 24 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue