aboutsummaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-01-29 23:25:06 +0900
committerGitHub <noreply@github.com>2020-01-29 23:25:06 +0900
commit085fc82ade226146a15acd2145453093d8373051 (patch)
treea8c1457c8323dfc729a480a093b230a065bdd859 /settings
parent36cdf612ceae5c226215b03eefdf7ab57edddb23 (diff)
parentf2a50e1d90e32eb4f7f9ec52edd23fc598b4c8ec (diff)
downloadvim-lsp-settings-085fc82ade226146a15acd2145453093d8373051.tar.gz
vim-lsp-settings-085fc82ade226146a15acd2145453093d8373051.tar.bz2
vim-lsp-settings-085fc82ade226146a15acd2145453093d8373051.zip
Merge pull request #111 from mattn/pyls-ms-installer
installer for pyls-ms
Diffstat (limited to 'settings')
-rw-r--r--settings/pyls-ms.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/pyls-ms.vim b/settings/pyls-ms.vim
index 6968fc7..437d00e 100644
--- a/settings/pyls-ms.vim
+++ b/settings/pyls-ms.vim
@@ -10,7 +10,7 @@ augroup vimlsp_settings_pyls_ms
\ 'displayOptions': {},
\ 'interpreter': {
\ 'properties': {
- \ 'InterpreterPath': lsp_settings#get('pyls-ms', 'python-path', {key, name->exepath('python')},
+ \ 'InterpreterPath': lsp_settings#get('pyls-ms', 'python-path', {key, name->exepath('python')}),
\ 'UseDefaultDatabase': v:true,
\ 'Version': lsp_settings#get('pyls-ms', 'python-ver', {key, name->trim(matchstr(system('python -V'), '\s\zs\S\+'))}),
\ },