aboutsummaryrefslogtreecommitdiff
path: root/sublimetext/LSP.sublime-settings
blob: 8b942b5d9f393453db35db94058f890b3c768447 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
	"clients": {
		"pyls": {
            "command": ["pyls"],
			"selector": "source.python",
			"enabled": false,
		},
	},
}