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