updating to latest config
This commit is contained in:
32
.config/sublime-text-3/Packages/User/LSP.sublime-settings
Normal file
32
.config/sublime-text-3/Packages/User/LSP.sublime-settings
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"clients":
|
||||
{
|
||||
"rls":
|
||||
{
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"pyls":
|
||||
{
|
||||
"command": ["pyls"],
|
||||
"scopes": ["source.python"],
|
||||
"syntaxes": ["Packages/Python/Python.sublime-syntax", "Packages/MagicPython/grammars/MagicPython.tmLanguage", "Packages/Djaneiro/Syntaxes/Python Django.tmLanguage"],
|
||||
"languageId": "python",
|
||||
"settings": {
|
||||
"pyls": {
|
||||
"configurationSources": ["flake8"],
|
||||
"plugins": {
|
||||
"pyflakes": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"show_code_actions_bulb": true,
|
||||
"highlight_active_signature_parameter": true,
|
||||
"document_highlight_style": "underline",
|
||||
"diagnostics_gutter_marker": "bookmark",
|
||||
"show_symbol_action_links": true,
|
||||
"auto_show_diagnostics_panel_level": 1,
|
||||
}
|
||||
Reference in New Issue
Block a user