We provide an Python-Script for an easy installation. Just download the `VimSetupScript.py` and run it with `python3 VimSetupScript`.
We provide an Python-Script for an easy installation. Just download the `VimSetupScript.py` and run it with `python3 VimSetupScript`.
Be aware, that the script edit your `.vim` and `.vimrc` files. If they already exist the script will make a **backup** and tries to merge the file with the needed lines for LSP support.
Alternative manual installation:
Alternative manual installation:
- Install the Vim LSP plugin from `https://github.com/prabirshrestha/vim-lsp`
- Install the Vim LSP plugin from `https://github.com/prabirshrestha/vim-lsp`
...
@@ -161,6 +163,8 @@ operating system may differ.
...
@@ -161,6 +163,8 @@ operating system may differ.
We provide an Python-Script for an easy installation. Just download the `EmacsSetupScript.py` and run it with `python3 EmacsSetupScript`.
We provide an Python-Script for an easy installation. Just download the `EmacsSetupScript.py` and run it with `python3 EmacsSetupScript`.
Be aware, that the script edit your `.emacs` and `.emacs.d/init.el` files. If they already exist the script will make a **backup** and tries to merge the file with the needed lines for LSP support.
Alternative manual installation:
Alternative manual installation:
- Install `Emacs` with e.g. `sudo apt update && sudo apt install emacs`
- Install `Emacs` with e.g. `sudo apt update && sudo apt install emacs`
- Run `Emacs` for the first time, so that it can create some standart folder, etc.
- Run `Emacs` for the first time, so that it can create some standart folder, etc.
...
@@ -375,4 +379,3 @@ steps are identical for the MITgcm setup. Differences will be noted below.
...
@@ -375,4 +379,3 @@ steps are identical for the MITgcm setup. Differences will be noted below.
MITgcm can be imported in the same way. However, the MITgcm project contains
MITgcm can be imported in the same way. However, the MITgcm project contains
multiple oconf files. The translate in different subdirectories under src-gen.
multiple oconf files. The translate in different subdirectories under src-gen.