From 7db700a96cb36f233201ed88244f1a7dbfe7ebd9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 8 Feb 2024 06:53:16 +0100 Subject: Tweaks --- _posts/2022-06-30-trying-out-helix-editor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_posts/2022-06-30-trying-out-helix-editor.md') 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 Server support is to install the language server with NPM. ```sh -npm install -g typescript typescript-language-server +# For C development this installs C LSP. +sudo dnf install clang-tools-extra ``` I am still getting used to the keyboard shortcuts and getting better. What Helix -- cgit v1.2.3