configure path to java
This commit is contained in:
parent
a30e0dc610
commit
4dabcbb0e6
1 changed files with 17 additions and 0 deletions
|
@ -52,6 +52,23 @@ return {
|
||||||
{ import = "astrocommunity.pack.json" },
|
{ import = "astrocommunity.pack.json" },
|
||||||
{ import = "astrocommunity.pack.just" },
|
{ import = "astrocommunity.pack.just" },
|
||||||
{ import = "astrocommunity.pack.java" },
|
{ import = "astrocommunity.pack.java" },
|
||||||
|
{
|
||||||
|
"mfussenegger/nvim-jdtls",
|
||||||
|
opts = {
|
||||||
|
settings = {
|
||||||
|
java = {
|
||||||
|
configuration = {
|
||||||
|
runtimes = {
|
||||||
|
{
|
||||||
|
name = "Java-8",
|
||||||
|
path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{ import = "astrocommunity.pack.markdown" },
|
{ import = "astrocommunity.pack.markdown" },
|
||||||
-- { import = "astrocommunity.pack.python" },
|
-- { import = "astrocommunity.pack.python" },
|
||||||
{ import = "astrocommunity.pack.rust" },
|
{ import = "astrocommunity.pack.rust" },
|
||||||
|
|
Loading…
Reference in a new issue