mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-04 06:24:29 +02:00
add : add config java jdtls
This commit is contained in:
parent
fafb1c318c
commit
5b031084f0
4 changed files with 137 additions and 2 deletions
1
lua/custom/plugins/java.lua
Normal file
1
lua/custom/plugins/java.lua
Normal file
|
@ -0,0 +1 @@
|
|||
return { "mfussenegger/nvim-jdtls", event = "BufRead" }
|
|
@ -222,7 +222,7 @@ web_devicons.setup({
|
|||
name = "mentionbot",
|
||||
},
|
||||
[".project"] = {
|
||||
icon = "",
|
||||
icon = "",
|
||||
color = "#5881b1",
|
||||
cterm_color = "220",
|
||||
name = "project",
|
||||
|
|
|
@ -327,7 +327,7 @@ local mappings = {
|
|||
r = { "<cmd>RunCode<CR>", "Run Code" },
|
||||
f = { "<cmd>RunFile<CR>", "Run File" },
|
||||
p = { "<cmd>RunProject<CR>", "Run Project" },
|
||||
g = { "<cmd>ToggleTerm size=70 direction=float<cr>clear<cr>gradle run<cr>" .. trn, "Run Gradle" },
|
||||
g = { "<cmd>terminal<cr>$i<Right>gradle run<cr>" .. trn, "Run Gradle" },
|
||||
m = {
|
||||
"<cmd>ToggleTerm size=70 direction=float<cr>mvn exec:java -Dexec.mainClass=com.pojokcode.App<cr>",
|
||||
"Run MVN",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue