diff options
author | mattn <mattn.jp@gmail.com> | 2019-12-29 20:37:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-29 20:37:06 +0900 |
commit | f53792d9192c9a7173d8b758ee26c86d85cbb94b (patch) | |
tree | eb802705164e9fc8fed8c88c53c89068f383d18b | |
parent | 7ffbcee1eeb3fdf5c40f00fc60015773045c528f (diff) | |
parent | cc9378f8ece34f63b18100ce10b66e6d415e10e1 (diff) | |
download | vim-lsp-settings-f53792d9192c9a7173d8b758ee26c86d85cbb94b.tar.gz vim-lsp-settings-f53792d9192c9a7173d8b758ee26c86d85cbb94b.tar.bz2 vim-lsp-settings-f53792d9192c9a7173d8b758ee26c86d85cbb94b.zip |
Merge pull request #44 from tsuyoshicho/feature/pip-support-expand
fortls support windows python
-rw-r--r-- | settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 1e4b8a6..7f91f20 100644 --- a/settings.json +++ b/settings.json @@ -77,6 +77,12 @@ { "command": "fortls", "requires": [ + "py" + ] + }, + { + "command": "fortls", + "requires": [ "python3" ] } |