diff --git a/lazyvim/README.md b/lazyvim/README.md index 9eb7107..20b1003 100644 --- a/lazyvim/README.md +++ b/lazyvim/README.md @@ -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: diff --git a/lazyvim/lazyvim.json b/lazyvim/lazyvim.json index 41843df..0e232e6 100644 --- a/lazyvim/lazyvim.json +++ b/lazyvim/lazyvim.json @@ -1,6 +1,7 @@ { "extras": [ - "lazyvim.plugins.extras.lang.java" + "lazyvim.plugins.extras.lang.java", + "lazyvim.plugins.extras.lang.python" ], "install_version": 8, "news": {