Combine command to install python packages

This commit is contained in:
Edward Litherland-Smith 2022-07-28 12:23:33 +01:00
parent afb06e4f70
commit 55dde49d12

View file

@ -21,13 +21,9 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
Plugin definitions are in `init.vim`, inside `vim` run `:PlugInstall` to install plugins
## Enabling python support
Install `pynvim` package for python
## Installing language servers for LSP
```bash
pip install -U "python-lsp-server[all]" fortls
pip install -U pynvim python-lsp-server fortls
```
Installs `pylsp` and `fortls` servers
## Miscellaneous settings
- Modifications in `pack/plugins/start/python-syntax`