2024-01-05 18:36:26 +00:00
|
|
|
---
|
|
|
|
title: >
|
2024-09-08 22:09:54 +00:00
|
|
|
PHP in Neovim
|
2024-01-05 18:36:26 +00:00
|
|
|
date: 2024-01-05
|
2024-05-20 22:58:27 +00:00
|
|
|
permalink: daily/2024/01/05/php-in-neovim
|
2024-01-05 18:36:26 +00:00
|
|
|
snippet: |-
|
2024-09-08 22:09:54 +00:00
|
|
|
Yesterday, I posted some screenshots on Twitter of my upcoming automated testing email course and my PHP code in Neovim.
|
2024-01-05 18:36:26 +00:00
|
|
|
tags:
|
2024-09-08 22:09:54 +00:00
|
|
|
- software-development
|
|
|
|
- php
|
|
|
|
- vim
|
|
|
|
- neovim
|
2024-01-05 18:36:26 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
Yesterday, I posted a screenshot from my [automated testing in Drupal email course][atdc] on Twitter as a sneak peek of what's included.
|
|
|
|
|
|
|
|
Here it is again:
|
|
|
|
|
2024-02-28 00:40:07 +00:00
|
|
|
![Screenshot of a lesson from my automated testing email course]({{site.assets.url}}/assets/images/php-neovim-1.png)
|
2024-01-05 18:36:26 +00:00
|
|
|
|
|
|
|
I also posted a screenshot of the accompanying code in my text editor, Neovim, which had a few likes.
|
|
|
|
|
2024-02-28 00:40:07 +00:00
|
|
|
![Screenshot of Drupal code in Neovim]({{site.assets.url}}/assets/images/php-neovim-2.png)
|
2024-01-05 18:36:26 +00:00
|
|
|
|
|
|
|
Since July 2021, I've used Neovim as my daily driver for writing all my code, which I spoke about during my [Working without Workspace talk].
|
|
|
|
|
|
|
|
You can also see my NixOS-based [dotfiles on GitHub](https://github.com/opdavies/dotfiles) which contains my Neovim configuration.
|
|
|
|
|
|
|
|
Register now to find out when the email course is live, or [read the first lesson][first lesson].
|
|
|
|
|
|
|
|
[atdc]: {{site.url}}/atdc
|
|
|
|
[first lesson]: {{site.url}}/archive/2023/12/25/zero-to-test
|
2024-09-02 17:00:00 +00:00
|
|
|
[working without workspace talk]: {{site.url}}/presentations/working-without-workspace
|