aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOxbian <oxbian@mailbox.org>2025-03-24 21:38:08 -0400
committerOxbian <oxbian@mailbox.org>2025-03-24 21:38:08 -0400
commit1e4633737b636fd29cfe4add6752aea73639be0c (patch)
treed19ed20ebf8662c621151f7d92ce6eb7d1bd2bb7 /README.md
parent14779f654194f86b3cec6d89e3fef9e792d29026 (diff)
downloadvimrc-1e4633737b636fd29cfe4add6752aea73639be0c.tar.gz
vimrc-1e4633737b636fd29cfe4add6752aea73639be0c.zip
feat: better formatter and auto relign at 80 cols
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8b532c1..4eef469 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,6 @@ This repo contains my vim configuration, hope it will be useful for you.
You will need `vim` and `git` to be able to use this configuration.
-Normally if you run the `install.sh` script it will work, but if you have a
-problem, try to install vim plug and check if your problem is solved.
-
**Since VIM 9.1.0327, vim can now read config from $XDG_CONFIG_HOME/vim**
```sh
@@ -143,6 +140,14 @@ source .venv/bin/activate
pip install pyton-lsp-server[all]
```
+### PHP
+
+For PHP, a combinaison of linters and fixers is used.
+- [Intelephense](https://github.com/bmewburn/intelephense-docs) LSP
+- [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) linter
+- [PHP MessDetector](https://phpmd.org/) linter
+- [PHP code fixer](https://cs.symfony.com/) fixer
+
## Formatter
By default my config add autoformatting on save on each filetype, you just need a LSP server for the filetype.
ArKa projects. All rights to me, and your next child right arm.