diff options
Diffstat (limited to '_posts/2022-06-30-trying-out-helix-editor.md')
| -rw-r--r-- | _posts/2022-06-30-trying-out-helix-editor.md | 3 |
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 | |||
| 36 | Server support is to install the language server with NPM. | 36 | Server support is to install the language server with NPM. |
| 37 | 37 | ||
| 38 | ```sh | 38 | ```sh |
| 39 | npm install -g typescript typescript-language-server | 39 | # For C development this installs C LSP. |
| 40 | sudo dnf install clang-tools-extra | ||
| 40 | ``` | 41 | ``` |
| 41 | 42 | ||
| 42 | I am still getting used to the keyboard shortcuts and getting better. What Helix | 43 | I am still getting used to the keyboard shortcuts and getting better. What Helix |
