summary refs log tree commit diff stats
path: root/tabnine/.config/TabNine/TabNine.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tabnine/.config/TabNine/TabNine.toml')
-rw-r--r--tabnine/.config/TabNine/TabNine.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tabnine/.config/TabNine/TabNine.toml b/tabnine/.config/TabNine/TabNine.toml
index 3d685a44..c239f5a0 100644
--- a/tabnine/.config/TabNine/TabNine.toml
+++ b/tabnine/.config/TabNine/TabNine.toml
@@ -29,4 +29,8 @@ args = ["--stdio"]
 
 [language.yaml]
 command = "yaml-language-server"
-args = ["--stdio"]
\ No newline at end of file
+args = ["--stdio"]
+
+[language.haskell]
+command = "hie"
+args = ["--lsp"]