diff options
| author | William Boman <william@redwill.se> | 2021-10-31 12:05:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-31 12:05:44 +0100 |
| commit | 14b64a21e850eee2b9b351c92394e33df57a7f08 (patch) | |
| tree | a77c72d348d944060d912dcc6b104a61b3d81785 /plugin | |
| parent | scripts: fix generating filetypes for servers w/ no lspconfig entry (diff) | |
| download | mason-14b64a21e850eee2b9b351c92394e33df57a7f08.tar mason-14b64a21e850eee2b9b351c92394e33df57a7f08.tar.gz mason-14b64a21e850eee2b9b351c92394e33df57a7f08.tar.bz2 mason-14b64a21e850eee2b9b351c92394e33df57a7f08.tar.lz mason-14b64a21e850eee2b9b351c92394e33df57a7f08.tar.xz mason-14b64a21e850eee2b9b351c92394e33df57a7f08.tar.zst mason-14b64a21e850eee2b9b351c92394e33df57a7f08.zip | |
server: add attach_buffers() method (#220)
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/nvim-lsp-installer.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/nvim-lsp-installer.vim b/plugin/nvim-lsp-installer.vim index e0bf4e8f..cb1e9da0 100644 --- a/plugin/nvim-lsp-installer.vim +++ b/plugin/nvim-lsp-installer.vim @@ -71,8 +71,6 @@ command! LspPrintInstalled call s:LspPrintInstalled() command! LspInstallInfo call s:LspInstallInfo() command! LspInstallLog call s:LspInstallLog() -autocmd User LspAttachBuffers lua require"nvim-lsp-installer".lsp_attach_proxy() - let &cpo = s:save_cpo unlet s:save_cpo |
