From 04daf969aa563bc1dbeaf5fcad089d9f7da4b590 Mon Sep 17 00:00:00 2001 From: albert <92109627+Albkat@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:59:48 +0200 Subject: [PATCH] Add vim extension --- doc/prog-linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/prog-linux.rst b/doc/prog-linux.rst index 65aadfa..fbaaa13 100644 --- a/doc/prog-linux.rst +++ b/doc/prog-linux.rst @@ -250,7 +250,7 @@ Since you will be writing Fortran code, you want to install the *Modern Fortran* extension, which you can find via the extensions tab (Ctrl+Shift+X) within VSCode. For additional features, check out the `Language Server Integration `_. - +You can also install a Vim emulator (see below) for VSCode to enable most of Vim's functionalities. Atom ~~~~