mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +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
|
@ -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