aboutsummaryrefslogtreecommitdiff
path: root/_posts/2022-06-30-trying-out-helix-editor.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-08 06:53:16 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-08 06:53:16 +0100
commit7db700a96cb36f233201ed88244f1a7dbfe7ebd9 (patch)
tree2b18b2d16c02de5633dc90f048fb670bba973aa4 /_posts/2022-06-30-trying-out-helix-editor.md
parent537ccd14634c1736c03d487388bd9d2278af4493 (diff)
downloadmitjafelicijan.com-7db700a96cb36f233201ed88244f1a7dbfe7ebd9.tar.gz
Tweaks
Diffstat (limited to '_posts/2022-06-30-trying-out-helix-editor.md')
-rw-r--r--_posts/2022-06-30-trying-out-helix-editor.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_posts/2022-06-30-trying-out-helix-editor.md b/_posts/2022-06-30-trying-out-helix-editor.md
index 61f653a..be369a1 100644
--- a/_posts/2022-06-30-trying-out-helix-editor.md
+++ b/_posts/2022-06-30-trying-out-helix-editor.md
@@ -36,7 +36,8 @@ One thing to do before you are able to use autocompletion and make use Language
36Server support is to install the language server with NPM. 36Server support is to install the language server with NPM.
37 37
38```sh 38```sh
39npm install -g typescript typescript-language-server 39# For C development this installs C LSP.
40sudo dnf install clang-tools-extra
40``` 41```
41 42
42I am still getting used to the keyboard shortcuts and getting better. What Helix 43I am still getting used to the keyboard shortcuts and getting better. What Helix