diff options
| author | William Boman <william@redwill.se> | 2021-10-29 19:26:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-29 19:26:49 +0200 |
| commit | b7c821c1e38ad7f52195186b0f5d17a6d64a55aa (patch) | |
| tree | fd8789919803e8d8d253e3dd5108ac7d82bdc478 /plugin | |
| parent | fix gathering currently open filetypes (diff) | |
| download | mason-b7c821c1e38ad7f52195186b0f5d17a6d64a55aa.tar mason-b7c821c1e38ad7f52195186b0f5d17a6d64a55aa.tar.gz mason-b7c821c1e38ad7f52195186b0f5d17a6d64a55aa.tar.bz2 mason-b7c821c1e38ad7f52195186b0f5d17a6d64a55aa.tar.lz mason-b7c821c1e38ad7f52195186b0f5d17a6d64a55aa.tar.xz mason-b7c821c1e38ad7f52195186b0f5d17a6d64a55aa.tar.zst mason-b7c821c1e38ad7f52195186b0f5d17a6d64a55aa.zip | |
add public API to close installer window (#208)
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 5d9f7f06..e0bf4e8f 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -56,7 +56,7 @@ function! s:LspPrintInstalled() abort endfunction function! s:LspInstallInfo() abort - lua require'nvim-lsp-installer'.display() + lua require'nvim-lsp-installer'.info_window.open() endfunction function! s:LspInstallLog() abort |
