all repos — nixfiles @ 6f55002a0efa69c9eeb6b7577b971c9470e65180

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

TabNine: add haskell language server

Alan Pearce
commit

6f55002a0efa69c9eeb6b7577b971c9470e65180

parent

724f8d832c143e035a82ec283133988ac3c4ee75

1 file changed, 5 insertions(+), 1 deletion(-)

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"]