aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2019-12-29 14:55:33 +0900
committerGitHub <noreply@github.com>2019-12-29 14:55:33 +0900
commit7ffbcee1eeb3fdf5c40f00fc60015773045c528f (patch)
treedf78ed1827f18bc169ef87154c23d979aae26f67 /settings.json
parent320b2109b2fcd71663c3e997c034b10c057ef5b9 (diff)
parent863ec507b30aebc05ff836e37fae5b8a919bd326 (diff)
downloadvim-lsp-settings-7ffbcee1eeb3fdf5c40f00fc60015773045c528f.tar.gz
vim-lsp-settings-7ffbcee1eeb3fdf5c40f00fc60015773045c528f.tar.bz2
vim-lsp-settings-7ffbcee1eeb3fdf5c40f00fc60015773045c528f.zip
Merge pull request #25 from tsuyoshicho/fix/windows-native-py3
Windows native python3(python.exe) and MSYS2 python3 support
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 1c01e72..1e4b8a6 100644
--- a/settings.json
+++ b/settings.json
@@ -181,6 +181,12 @@
{
"command": "pyls",
"requires": [
+ "py"
+ ]
+ },
+ {
+ "command": "pyls",
+ "requires": [
"python3"
]
}