summaryrefslogtreecommitdiffstats
path: root/.config/nvim.old/coc-settings.json
blob: e2621cd19c5b4258c2c978e1c5f14c35704729cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "languageserver" : {
	"haskell": {
	    "command": "haskell-language-server-wrapper",
	    "args": ["--lsp"],
	    "rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
	    "filetypes": ["hs", "haskell", "lhaskell"],
	    "settings": {
		
	    }
	}
    }
}