Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2023
1 parent c0c77bb commit 00b4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lsp/editors/nvim-lspconfig/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 00b4f2e

Please sign in to comment.