Skip to content

Commit

Permalink
rwt!plugin: replace neoterm with dispather
Browse files Browse the repository at this point in the history
I want neoterm to help me do the make job. But dispather is better.

Signed-off-by: Avimitin <avimitin@gmail.com>

Former-commit-id: 0beeca7 [formerly 0beeca7 [formerly 3f035f4]]
Former-commit-id: 406d21e
Former-commit-id: 6115b41
  • Loading branch information
Avimitin committed Jan 10, 2022
1 parent f12a343 commit 69c9954
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lua/plug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,8 @@ return require('packer').startup(function(use)
}

use {
'kassio/neoterm',
cmd = {
'T', "Tkill",
"Tclose",
"Tmap"
}
'tpope/vim-dispatch',
cmd = "Dispatch",
}

-- show color at words
Expand Down

0 comments on commit 69c9954

Please sign in to comment.