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 7, 2023
1 parent 2024183 commit 684a734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/esbonio/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This somewhat quiet release marks the end of the ``0.x`` series as development h
In fact this release includes a sneaky preview of the ``1.0`` version of the server - which includes support for multi-root projects!
If you are feeling adventurous and want to try it out - change the command you use to launch ``esbonio`` to ``python -m esbonio.server``

However, to set expectations there are <em>many</em> missing features from the preview server.
However, to set expectations there are <em>many</em> missing features from the preview server.
The only features currently available are sphinx builds, diagnostics, document symbols and live preview/sync scrolling - but they should all work across multiple roots/projects!

See `this issue <https://github.com/swyddfa/esbonio/issues/609">`__ for more information and if you want to submit any feedback and keep an eye out for some beta releases in the not-to-distant-future!
Expand Down

0 comments on commit 684a734

Please sign in to comment.