mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 19:52:58 +01:00
add neoterm close autocommand
This commit is contained in:
parent
aeacd9cdef
commit
77fe1f76b3
1 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,8 @@ nterm.setup {
|
|||
mode = "vertical",
|
||||
noinsert = true,
|
||||
}
|
||||
|
||||
vim.api.nvim_create_autocmd("User", {
|
||||
pattern = "NeotermTermLeave",
|
||||
callback = nterm.close,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue