summary refs log tree commit diff stats
path: root/tabnine
diff options
context:
space:
mode:
authorAlan Pearce2019-09-12 15:31:17 +0200
committerAlan Pearce2019-09-12 15:31:17 +0200
commitc7b820233abaa6c003c101a0e7417908d900c9a1 (patch)
tree66be247f120450ad5a6a962b4f0822dbcafdf26b /tabnine
parent77655b398c878f01dc70269ab8c3d20ed7e42877 (diff)
downloadnixfiles-c7b820233abaa6c003c101a0e7417908d900c9a1.tar.lz
nixfiles-c7b820233abaa6c003c101a0e7417908d900c9a1.tar.zst
nixfiles-c7b820233abaa6c003c101a0e7417908d900c9a1.zip
TabNine: add dockerfile and yaml language servers
Diffstat (limited to 'tabnine')
-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