Add settings_section for haskell kak-lsp config

This commit is contained in:
Natsu Kagami 2022-06-02 16:12:04 -04:00
parent e99e577631
commit d270cadc73
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -62,6 +62,7 @@ let
command = "haskell-language-server-wrapper";
filetypes = [ "haskell" ];
roots = [ "Setup.hs" "stack.yaml" "*.cabal" "package.yaml" ];
settings_section = "haskell";
};
html = {
args = [ "--stdio" ];