added term edit config
This commit is contained in:
parent
8527f7fb60
commit
7b724b8c29
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