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

neovim: Fix language server loading in haskell files

parent 505db5c0
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ pkgs.neovim.override {
augroup LSP
autocmd!
autocmd FileType c,h,cpp,hpp,hs call SetupLanguageClient()
autocmd FileType c,cpp,haskell call SetupLanguageClient()
augroup END
......
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