From 18cccf8ce0b0ac454b74f6ce81219a42117aa447 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 17 Dec 2022 10:46:19 -0500 Subject: Improved CSS mode, removed the dashboard (it was useless), and added go mode --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 52d1caa..1fe6f06 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1