all repos — nixfiles @ 6f55002a0efa69c9eeb6b7577b971c9470e65180

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

TabNine: add haskell language server
Alan Pearce alan@alanpearce.eu
Thu, 12 Sep 2019 19:19:42 +0200
commit

6f55002a0efa69c9eeb6b7577b971c9470e65180

parent

724f8d832c143e035a82ec283133988ac3c4ee75

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M tabnine/.config/TabNine/TabNine.tomltabnine/.config/TabNine/TabNine.toml
@@ -29,4 +29,8 @@ args = ["--stdio"] 
 [language.yaml]
 command = "yaml-language-server"
-args = ["--stdio"]+args = ["--stdio"]
+
+[language.haskell]
+command = "hie"
+args = ["--lsp"]