Add small tikx example.

This commit is contained in:
jgrogan 2024-06-10 13:37:56 +01:00
parent f524bbd3d1
commit 47aeb6fd3b

View file

@ -57,3 +57,13 @@ https://orgmode.org/worg/org-tutorials/org4beginners.html
https://github.com/Alexander-Miller/treemacs https://github.com/Alexander-Miller/treemacs
* `C-c C-w s`: Switch workspace * `C-c C-w s`: Switch workspace
## Lsp Mode ##
### Python ###
Install language LSP server:
```
brew install python-lsp-server
```