add haskell lsp settings

This commit is contained in:
nganhkhoa 2024-03-16 21:35:45 +07:00
parent 85ccc75998
commit b2df93a1f6

View File

@ -15,6 +15,9 @@
(lspconfig.rust_analyzer.setup {})
(lspconfig.gopls.setup {})
(lspconfig.hls.setup {
:cmd ["haskell-language-server-wrapper" "--lsp" "--logfile" "/home/r00t/.cache/nvim/hls.log" "--debug"]
})
; treesitter
(set treesitter_install.compilers ["clang"])