diff --git a/docs/lsp/editors/nvim-lspconfig/init.vim b/docs/lsp/editors/nvim-lspconfig/init.vim index e6cf56494..c736d7922 100644 --- a/docs/lsp/editors/nvim-lspconfig/init.vim +++ b/docs/lsp/editors/nvim-lspconfig/init.vim @@ -48,7 +48,7 @@ end -- Attempt to find a virtualenv that the server can use to build the docs. local function find_venv() - + -- If there is an active virtual env, use that if vim.env.VIRTUAL_ENV then return { vim.env.VIRTUAL_ENV .. "/bin/python" }