talks/working-without-workspace/sections/neovim.rst

15 lines
355 B
ReStructuredText
Raw Normal View History

2023-04-06 13:07:08 +00:00
.. 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``