Skip to content

AbaoFromCUG/terminal.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal.nvim [WIP]

Next generation terminal for neovim

Useages

Terminal will be reused by tasks

local terminal = Terminal:new()

local cmake = Job:new({
    cmd = "cmake",
    on_exit = function(code)
        -- job complete
    end
})
cmake:watch_stdout(function(data)
    terminal:write(data)
end)
cmake:wait()
-- terminal can be reused

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages