Turn kak-lsp configuration into module
This commit is contained in:
parent
a6bf01e8ee
commit
e1f37a8e30
3 changed files with 272 additions and 188 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue