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";
|
command = "haskell-language-server-wrapper";
|
||||||
filetypes = [ "haskell" ];
|
filetypes = [ "haskell" ];
|
||||||
roots = [ "Setup.hs" "stack.yaml" "*.cabal" "package.yaml" ];
|
roots = [ "Setup.hs" "stack.yaml" "*.cabal" "package.yaml" ];
|
||||||
|
settings_section = "haskell";
|
||||||
};
|
};
|
||||||
html = {
|
html = {
|
||||||
args = [ "--stdio" ];
|
args = [ "--stdio" ];
|
||||||
|
|
Loading…
Reference in a new issue