talks/working-without-workspace/sections/neovim.rst
2023-05-06 12:24:30 +01:00

15 lines
355 B
ReStructuredText

.. raw:: pdf
PageBreak standardPage
neovim
======
* Community-maintained fork of Vim
* Configured with Lua
* ``nvim-lspconfig`` for language server support
* Intelephense and Phpactor for PHP
* ``nvim-dap`` and ``nvim-dap-ui`` for step debugging
* ``nvim-cmp`` for completion, LuaSnip for snippets
* PHPCS, PHPStan diagnostics with ``null-ls.nvim``