lsp servers cleaning
This commit is contained in:
parent
fb7538c2f9
commit
6047116693
3 changed files with 8 additions and 50 deletions
|
@ -197,6 +197,8 @@ podman start -ai {project/container name}
|
|||
|
||||
## Additional packages to install as needed
|
||||
|
||||
**remember to enable them in plugings/nvim-lspconfig.lua**
|
||||
|
||||
### Perl lang
|
||||
|
||||
For Perl language support run this command to install required packages for
|
||||
|
@ -223,6 +225,12 @@ dnf install -y ruby-devel rubygems
|
|||
:MasonInstall standardrb ruby-lsp solargraph
|
||||
```
|
||||
|
||||
### PHP
|
||||
|
||||
```bash
|
||||
:MasonInstall php cs phpstan
|
||||
```
|
||||
|
||||
## Inside vim
|
||||
|
||||
```vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue