diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-01-03 07:09:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-03 07:09:49 -0800 |
| commit | cfad27c74c3a8943245904745dc3ef6658d07f9a (patch) | |
| tree | 575b3403b71a042d48c2dc5fe69130638992cff5 /plugin | |
| parent | [docgen] Update README.md (diff) | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-cfad27c74c3a8943245904745dc3ef6658d07f9a.tar nvim-lspconfig-cfad27c74c3a8943245904745dc3ef6658d07f9a.tar.gz nvim-lspconfig-cfad27c74c3a8943245904745dc3ef6658d07f9a.tar.bz2 nvim-lspconfig-cfad27c74c3a8943245904745dc3ef6658d07f9a.tar.lz nvim-lspconfig-cfad27c74c3a8943245904745dc3ef6658d07f9a.tar.xz nvim-lspconfig-cfad27c74c3a8943245904745dc3ef6658d07f9a.tar.zst nvim-lspconfig-cfad27c74c3a8943245904745dc3ef6658d07f9a.zip | |
Merge pull request #498 from mjlbach/remove_installers
Remove all installers and install logic
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/lspconfig.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/lspconfig.vim b/plugin/lspconfig.vim index bcefbc39..7dbf8e26 100644 --- a/plugin/lspconfig.vim +++ b/plugin/lspconfig.vim @@ -7,8 +7,5 @@ lua << EOF lsp_complete_installable_servers = function() return table.concat(require'lspconfig'.available_servers(), '\n') end -lsp_complete_servers = function() - return table.concat(require'lspconfig'.installable_servers(), '\n') -end require'lspconfig'._root._setup() EOF |
