More efficient kakoune editing integration

This commit is contained in:
Natsu Kagami 2022-01-12 17:21:36 -05:00
parent d5989c525c
commit d625bb2c15
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
5 changed files with 111 additions and 3 deletions

View file

@ -18,7 +18,7 @@ let
};
in
{
imports = [ ./kak-lsp.nix ];
imports = [ ./kak-lsp.nix ./fish-session.nix ];
options.programs.my-kakoune = {
enable = mkEnableOption "My version of the kakoune configuration";