aboutsummaryrefslogtreecommitdiff
path: root/_posts/2022-06-30-trying-out-helix-editor.md
diff options
context:
space:
mode:
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