diff options
author | Tsuyoshi CHO <Tsuyoshi.CHO@Gmail.com> | 2019-12-29 15:32:12 +0900 |
---|---|---|
committer | Tsuyoshi CHO <Tsuyoshi.CHO@Gmail.com> | 2019-12-29 15:32:12 +0900 |
commit | cc9378f8ece34f63b18100ce10b66e6d415e10e1 (patch) | |
tree | eb802705164e9fc8fed8c88c53c89068f383d18b /settings.json | |
parent | 7ffbcee1eeb3fdf5c40f00fc60015773045c528f (diff) | |
download | vim-lsp-settings-cc9378f8ece34f63b18100ce10b66e6d415e10e1.tar.gz vim-lsp-settings-cc9378f8ece34f63b18100ce10b66e6d415e10e1.tar.bz2 vim-lsp-settings-cc9378f8ece34f63b18100ce10b66e6d415e10e1.zip |
fortls support windows python
Diffstat (limited to 'settings.json')
-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" ] } |