Skip to content
Snippets Groups Projects
Commit dc67871f authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove haskell language server from neovim config

parent 556eed4b
No related branches found
No related tags found
No related merge requests found
......@@ -99,10 +99,12 @@ pkgs.neovim.override {
let g:LanguageClient_useVirtualText = "No"
let g:LanguageClient_serverCommands = {
\ 'haskell': ['hie-wrapper', '--lsp'],
\ 'cpp': ['clangd', '--background-index',]
\ }
" hie is mostly broken with the installed version
" \ 'haskell': ['hie-wrapper', '--lsp'],
function SetupLanguageClient()
" Always show the sign column (to prevent jumps when loading git- or the language client)
set signcolumn=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment