mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 21:57:30 -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.
|
Enter Mason UI view from nvim: `:Mason`. Enter `g?` to toggle help page if you've forgotten the hotkeys.
|
||||||
|
|
||||||
#### Java
|
#### 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.
|
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).
|
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
|
### Clipboard Support
|
||||||
By default LazyVim can't copy things to the clipboard.
|
By default LazyVim can't copy things to the clipboard.
|
||||||
Install vim-gtk3 to support this:
|
Install vim-gtk3 to support this:
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extras": [
|
"extras": [
|
||||||
"lazyvim.plugins.extras.lang.java"
|
"lazyvim.plugins.extras.lang.java",
|
||||||
|
"lazyvim.plugins.extras.lang.python"
|
||||||
],
|
],
|
||||||
"install_version": 8,
|
"install_version": 8,
|
||||||
"news": {
|
"news": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user