mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: disable line number if terminal mode
This commit is contained in:
parent
7a1e430fee
commit
b302971eb3
3 changed files with 12 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>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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue