mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
qa: testing create java project
This commit is contained in:
parent
11a88eb681
commit
b3f841d25c
7 changed files with 59 additions and 67 deletions
|
@ -17,7 +17,7 @@ return {
|
|||
return math.floor(vim.o.lines * 0.75)
|
||||
end,
|
||||
max_width = function()
|
||||
return math.floor(vim.o.columns * 0.3)
|
||||
return math.floor(vim.o.columns * 0.4)
|
||||
end,
|
||||
render = "wrapped-compact",
|
||||
-- background_colour = "#00000000",
|
||||
|
|
3
lua/pcode/user/java.lua
Normal file
3
lua/pcode/user/java.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
require("auto-jdtls2.create_gradle_project")
|
||||
require("auto-jdtls2.create_maven_project")
|
||||
require("auto-jdtls2.create_springboot_project")
|
Loading…
Add table
Add a link
Reference in a new issue