mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-26 21:10:22 +00:00
Add ta-tikoma/php.easy.nvim
(#1033)
This commit is contained in:
parent
fb11128d7c
commit
bb46c6bc2f
1 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
- [YAML](#yaml)
|
||||
- [Web Development](#web-development)
|
||||
- [Markdown and LaTeX](#markdown-and-latex)
|
||||
- [PHP](#php)
|
||||
- [Language](#language)
|
||||
- [Syntax](#syntax)
|
||||
- [Snippet](#snippet)
|
||||
|
@ -196,7 +197,6 @@
|
|||
|
||||
- [Julian/lean.nvim](https://github.com/Julian/lean.nvim) - Neovim support for the [Lean Theorem Prover](https://leanprover.github.io/).
|
||||
- [akinsho/flutter-tools.nvim](https://github.com/akinsho/flutter-tools.nvim) - Build Flutter and Dart applications using the native LSP.
|
||||
- [gbprod/phpactor.nvim](https://github.com/gbprod/phpactor.nvim) - Lua version of the Phpactor Vim plugin to take advantage of the latest Neovim features.
|
||||
- [brendalf/mix.nvim](https://github.com/brendalf/mix.nvim) - Mix (from Elixir) wrapper plugin.
|
||||
- [AckslD/swenv.nvim](https://github.com/AckslD/swenv.nvim) - Tiny plugin to quickly switch Python virtual environments without restarting.
|
||||
- [roobert/f-string-toggle.nvim](https://github.com/roobert/f-string-toggle.nvim) - Toggle python f-strings.
|
||||
|
@ -252,6 +252,11 @@
|
|||
- [tadmccorkle/markdown.nvim](https://github.com/tadmccorkle/markdown.nvim) - Configurable tools for markdown files, including inline-style, link, and navigation keymaps, table of contents, improved list editing, and more.
|
||||
- [mpas/marp-nvim](https://github.com/mpas/marp-nvim) - Present using markdown with [Marp](https://marp.app/).
|
||||
|
||||
### PHP
|
||||
|
||||
- [gbprod/phpactor.nvim](https://github.com/gbprod/phpactor.nvim) - Lua version of the Phpactor Vim plugin to take advantage of the latest Neovim features.
|
||||
- [ta-tikoma/php.easy.nvim](https://github.com/ta-tikoma/php.easy.nvim) - Methods of assistance in PHP development: create classes, constants, methods, properties; simple copying and deleting of an entity.
|
||||
|
||||
## Language
|
||||
|
||||
- [potamides/pantran.nvim](https://github.com/potamides/pantran.nvim) - Translate your text with an interactive translation window.
|
||||
|
|
Loading…
Reference in a new issue