tweak(doom): enable kotlin
This commit is contained in:
parent
a9975486b0
commit
69ef0c12a3
3 changed files with 8 additions and 1 deletions
|
@ -149,6 +149,7 @@
|
||||||
rust
|
rust
|
||||||
zig
|
zig
|
||||||
lua
|
lua
|
||||||
|
kotlin
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
6
profiles/develop/programming/kotlin.nix
Normal file
6
profiles/develop/programming/kotlin.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, lib, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||||
|
kotlin
|
||||||
|
kotlin-language-server
|
||||||
|
];
|
||||||
|
}
|
|
@ -139,7 +139,7 @@
|
||||||
(java +lsp +tree-sitter) ; the poster child for carpal tunnel syndrome
|
(java +lsp +tree-sitter) ; the poster child for carpal tunnel syndrome
|
||||||
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||||
;;julia ; a better, faster MATLAB
|
;;julia ; a better, faster MATLAB
|
||||||
;;kotlin ; a better, slicker Java(Script)
|
(kotlin +lsp) ; a better, slicker Java(Script)
|
||||||
latex ; writing papers in Emacs has never been so fun
|
latex ; writing papers in Emacs has never been so fun
|
||||||
;;lean ; for folks with too much to prove
|
;;lean ; for folks with too much to prove
|
||||||
;;ledger ; be audit you can be
|
;;ledger ; be audit you can be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue