Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/lsp/clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Clients
vscode
emacs
helix
nova

.. toctree::
:hidden:
Expand Down
6 changes: 6 additions & 0 deletions doc/lsp/nova.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _lsp_client_nova:

Nova Code Editor
================

Download the Phpactor extension from the `Nova Extensions Library <https://extensions.panic.com/extensions/emran-mr/emran-mr.phpactor/>`_.
7 changes: 6 additions & 1 deletion doc/usage/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@ How you start depends on your editor.

.. tab:: VIM or Neovim

Configure the :doc:`Language Server<../lsp/vim>` and optionally the legacy :doc:`vim-plugin` for some additional functionality
Configure the :doc:`Language Server<../lsp/vim>` and optionally the legacy :doc:`vim-plugin` for some additional functionality

.. tab:: VS Code

Install the `vscode-phpactor`_ extension

.. tab:: Nova Code Editor

Install the `Nova`_ extension

.. tab:: Other Editor

Phpactor is known to work as a language server for Emacs_, Kate_, Sublime_, Helix_ and many others, feel free to contribute setup guides for these editors to this documentation.

.. _vscode-phpactor: https://github.com/phpactor/vscode-phpactor
.. _Nova: https://extensions.panic.com/extensions/emran-mr/emran-mr.phpactor/
.. _Emacs: https://github.com/emacs-lsp/lsp-mode
.. _Helix: https://helix-editor.com/
.. _Sublime: https://www.sublimetext.com/
Expand Down