Add settings_section for haskell kak-lsp config
This commit is contained in:
parent
e99e577631
commit
d270cadc73
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue