Add instructions to install Python LSP

This commit is contained in:
whitney 2025-08-26 14:53:30 -07:00
parent 66bdf283aa
commit 3b7514545e
2 changed files with 7 additions and 2 deletions

View File

@ -102,12 +102,16 @@ sudo apt install fd-find
Enter Mason UI view from nvim: `:Mason`. Enter `g?` to toggle help page if you've forgotten the hotkeys.
#### Java
I installed this via :LazyExtras. Search for `lang.java`.
I installed this via :LazyExtras. Search for `lang.java`, which installs required plugins.
This creates or adds to ~/.config/nvim/lazyvim.json. It is one of the config files we are checking into this project, so copy it in with the other config files.
Note that for some projects this will add some project files like what you would see in Eclipse (as JDTLS is related to the project).
#### Python
I installed this with :LazyExtras. Search for `lang.python`, which installs required plugins.
This updates ~/.config/nvim/lazyvim.json.
### Clipboard Support
By default LazyVim can't copy things to the clipboard.
Install vim-gtk3 to support this:

View File

@ -1,6 +1,7 @@
{
"extras": [
"lazyvim.plugins.extras.lang.java"
"lazyvim.plugins.extras.lang.java",
"lazyvim.plugins.extras.lang.python"
],
"install_version": 8,
"news": {