mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
languages: add getExe todo comments to kotlin and nim
This commit is contained in:
parent
5a06d835a9
commit
bc5c1d906e
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
servers = {
|
||||
kotlin-language-server = {
|
||||
enable = true;
|
||||
# TODO: switch to getExe when
|
||||
# https://github.com/NixOS/nixpkgs/pull/426657 hits unstable
|
||||
cmd = [(getExe' pkgs.kotlin-language-server "kotlin-language-server")];
|
||||
filetypes = ["kotlin"];
|
||||
root_markers = [
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
servers = {
|
||||
nimlsp = {
|
||||
enable = true;
|
||||
# TODO: switch to getExe when
|
||||
# https://github.com/NixOS/nixpkgs/pull/426657 hits unstable
|
||||
cmd = [(getExe' pkgs.nimlsp "nimlsp")];
|
||||
filetypes = ["nim"];
|
||||
root_dir =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue