Remove mac-specific kakoune code
This commit is contained in:
parent
0f7d8ffb33
commit
705e54c812
5
kak.nix
5
kak.nix
|
@ -67,6 +67,7 @@ with pkgs; let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = kak;
|
||||||
plugins = with kakounePlugins; [
|
plugins = with kakounePlugins; [
|
||||||
kakoune-buffers
|
kakoune-buffers
|
||||||
kakoune-extra-filetypes
|
kakoune-extra-filetypes
|
||||||
|
@ -95,6 +96,4 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = kak-lsp-config-line + "\n" + builtins.readFile ./dotfiles/kakrc ;
|
extraConfig = kak-lsp-config-line + "\n" + builtins.readFile ./dotfiles/kakrc ;
|
||||||
} // (if stdenv.isDarwin then { package = kak; } else {}) # package seems to be broken on unix?
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user