diff options
| author | William Boman <william@redwill.se> | 2021-11-06 16:01:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-06 16:01:31 +0100 |
| commit | b5059efeaadecbc96b042d0866e47f2fb3e7dff9 (patch) | |
| tree | f3fd452e6df1f98a682242cec9f261a1309ab9b6 /plugin | |
| parent | moved add-opens and add-modules java options before jar option (#242) (diff) | |
| download | mason-b5059efeaadecbc96b042d0866e47f2fb3e7dff9.tar mason-b5059efeaadecbc96b042d0866e47f2fb3e7dff9.tar.gz mason-b5059efeaadecbc96b042d0866e47f2fb3e7dff9.tar.bz2 mason-b5059efeaadecbc96b042d0866e47f2fb3e7dff9.tar.lz mason-b5059efeaadecbc96b042d0866e47f2fb3e7dff9.tar.xz mason-b5059efeaadecbc96b042d0866e47f2fb3e7dff9.tar.zst mason-b5059efeaadecbc96b042d0866e47f2fb3e7dff9.zip | |
add language aliases to :LspInstall (#232)
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/nvim-lsp-installer.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index cb1e9da0..6650290f 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -7,7 +7,7 @@ set cpo&vim let s:no_confirm_flag = "--no-confirm" function! s:LspInstallCompletion(...) abort - return join(sort(luaeval("require'nvim-lsp-installer.servers'.get_available_server_names()")), "\n") + return join(sort(luaeval("require'nvim-lsp-installer'.get_install_completion()")), "\n") endfunction function! s:LspUninstallCompletion(...) abort |
