Turn kak-lsp configuration into module

This commit is contained in:
Natsu Kagami 2021-11-09 15:59:22 -05:00
parent a6bf01e8ee
commit e1f37a8e30
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 272 additions and 188 deletions

View file

@ -40,6 +40,9 @@ in
# Enable the kakoune package.
home.packages = [ kakounePkg ];
# Enable kak-lsp
programs.kak-lsp.enable = true;
# Source the kakrc we have here.
home.file = builtins.listToAttrs (map kakouneFile [
"kakrc"