add: disable line number if terminal mode

This commit is contained in:
asep komarudin 2024-02-20 10:14:51 +07:00
parent 7a1e430fee
commit b302971eb3
3 changed files with 12 additions and 2 deletions

View file

@ -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>terminal<cr>$i<Right>gradle run<cr>" .. trn, "Run Gradle" },
g = { "<cmd>terminal<cr>gradle run<cr>", "Run Gradle" },
m = {
"<cmd>ToggleTerm size=70 direction=float<cr>mvn exec:java -Dexec.mainClass=com.pojokcode.App<cr>",
"Run MVN",