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

@ -62,7 +62,7 @@ keymap("n", "<C-_>", "<esc><cmd>lua require('Comment.api').toggle.linewise.curre
-- keymap("i", "<C-l>", "<esc><cmd>lua _LIVE_SERVER()<cr>", opts)
-- ALT + l to open terminal and run live-server
keymap("n", "<A-l>", "<cmd>terminal<cr>$i<Right>live-server<cr>", opts)
keymap("n", "<A-l>", "<cmd>terminal<cr>live-server<cr>", opts)
-- Resize with arrows
-- cona