added term edit config
This commit is contained in:
parent
7cf8bc3a4c
commit
489451b318
1 changed files with 8 additions and 0 deletions
8
after/plugin/term-edit.lua
Normal file
8
after/plugin/term-edit.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local status_ok, termedit = pcall(require, "term-edit")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
termedit.setup {
|
||||
prompt_end = '$ ',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue