diff options
author | HombreLaser <buran@silosneeded.com> | 2024-04-30 18:40:45 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-04-30 18:40:45 -0600 |
commit | bf2c057eece0e777036110526eb488b364dff108 (patch) | |
tree | 56f53dc9258c26de4d4090ea023c431bbe9da6de /_i18n | |
parent | 4d90a60746d600f9abd813f2230ed4ea1f983d43 (diff) |
Fix typo
Diffstat (limited to '_i18n')
-rw-r--r-- | _i18n/en/_posts/2024-04-30-configuring-dape.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_i18n/en/_posts/2024-04-30-configuring-dape.md b/_i18n/en/_posts/2024-04-30-configuring-dape.md index 638a4f0..248c5b2 100644 --- a/_i18n/en/_posts/2024-04-30-configuring-dape.md +++ b/_i18n/en/_posts/2024-04-30-configuring-dape.md @@ -16,7 +16,7 @@ The developers of the aforementioned lsp-mode also mantain dap-mode, a DAP (LSPs as you can already guess, it needs lsp-mode, much to the chagrin of eglot users. But now we have a competitor to dap-mode in the same way that eglot is a competitor to lsp-mode. [Dape](https://github.com/svaante/dape) -(which isn't that new to be honest, with its firs commit dating back to september 29th, 2023). +(which isn't that new to be honest, with its first commit dating back to september 29th, 2023). Unlike dap-mode, it strives to be a minimalist dap client, and it doesn't make use of a launch.json file, relying instead on configurations written totally in elisp. |