diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,12 @@ Must have installed the Typescript language server: https://github.com/typescrip sudo pip install python-lsp-server ``` +### Go +Make sure you have installed `gopls`! On arch, this is: +```sh +sudo pacman -S gopls +``` + ### Text `hunspell` is used to provide spell check on `.txt` files. Make sure to have install the hunspell package for your language. In my instance, I had to do: ```sh |