mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 13:57:28 -07:00
Add instructions to install Python LSP
This commit is contained in:
parent
66bdf283aa
commit
3b7514545e
@ -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:
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"extras": [
|
||||
"lazyvim.plugins.extras.lang.java"
|
||||
"lazyvim.plugins.extras.lang.java",
|
||||
"lazyvim.plugins.extras.lang.python"
|
||||
],
|
||||
"install_version": 8,
|
||||
"news": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user