summary refs log tree commit diff stats
path: root/tabnine/.config
diff options
context:
space:
mode:
Diffstat (limited to 'tabnine/.config')
-rw-r--r--tabnine/.config/TabNine/TabNine.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/tabnine/.config/TabNine/TabNine.toml b/tabnine/.config/TabNine/TabNine.toml
index ce711815..3d685a44 100644
--- a/tabnine/.config/TabNine/TabNine.toml
+++ b/tabnine/.config/TabNine/TabNine.toml
@@ -21,4 +21,12 @@ install = [["nix-env", "-iA", "nixos-unstable.nodePackages_10_x.vscode-css-langu
 [language.html]
 command = "html-languageserver"
 args = ["--stdio"]
-install = [["nix-env", "-iA", "nixos-unstable.nodePackages_10_x.vscode-html-languageserver-bin"]]
\ No newline at end of file
+install = [["nix-env", "-iA", "nixos-unstable.nodePackages_10_x.vscode-html-languageserver-bin"]]
+
+[language.dockerfile]
+command = "docker-langserver"
+args = ["--stdio"]
+
+[language.yaml]
+command = "yaml-language-server"
+args = ["--stdio"]
\ No newline at end of file