mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(java): java lang support
This commit is contained in:
parent
846466ed75
commit
afc680e900
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ return {
|
|||
ft = { "java" },
|
||||
config = function()
|
||||
local project_name = vim.fn.fnamemodify(vim.fn.getcwd(), ":p:h:t")
|
||||
local workspace_dir = vim.fn.stdpath("data") .. "/site/java/workspace-root/" .. project_name
|
||||
local workspace_dir = vim.fn.stdpath("data") .. "/lsp/java/" .. project_name
|
||||
local config = {
|
||||
cmd = {
|
||||
"java",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue