all repos — nixfiles @ 5ea43d9a61beea7439d765cf93399ae0a09bd04d

System and user configuration, managed by nix and home-manager

tabnine: enable semantic completion in nix files

Alan Pearce
commit

5ea43d9a61beea7439d765cf93399ae0a09bd04d

parent

395b587780dea4eaff4a571187daaa52729eaadc

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -63,6 +63,10 @@ "language.html" = {
command = "html-languageserver"; args = [ "--stdio" ]; }; + "language.nix" = { + command = "nil"; + args = [ "--stdio" ]; + }; "language.dockerfile" = { command = "docker-langserver"; args = [ "--stdio" ];