Combine command to install python packages
This commit is contained in:
parent
afb06e4f70
commit
55dde49d12
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue