diff options
author | mattkae <mattkae@protonmail.com> | 2022-12-17 10:46:19 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-12-17 10:46:19 -0500 |
commit | 18cccf8ce0b0ac454b74f6ce81219a42117aa447 (patch) | |
tree | dbb58d704c8499d639a2a39578dd0876370efe4b /README.md | |
parent | 1ef51c8468872b70eea8335a8166b64711c9fe98 (diff) |
Improved CSS mode, removed the dashboard (it was useless), and added go mode
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 |