nvim: HLS is now supported in nvim-lspconfig

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-09-16 13:03:41 +05:30
parent 79be97c081
commit ded93ed2fe

View file

@ -1,12 +0,0 @@
local configs = require 'nvim_lsp/configs'
local util = require 'nvim_lsp/util'
configs.hls = {
default_config = {
cmd = { "haskell-language-server-wrapper", "--lsp" };
filetypes = { "haskell" };
root_dir = util.root_pattern("hie.yaml");
};
};
-- vim:et ts=2 sw=2