nvim: HLS is now supported in nvim-lspconfig
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
79be97c081
commit
ded93ed2fe
1 changed files with 0 additions and 12 deletions
|
@ -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
|
Loading…
Reference in a new issue