fix(utils): redraw before submit env notify; simplify message
This commit is contained in:
parent
690469bd99
commit
e13eed0c4d
1 changed files with 2 additions and 1 deletions
|
|
@ -141,7 +141,8 @@ local function discover_nix_submit_cmd()
|
|||
end
|
||||
|
||||
local plugin_path = M.get_plugin_path()
|
||||
vim.notify('[cp.nvim] Building submit environment with nix...', vim.log.levels.INFO)
|
||||
vim.cmd.redraw()
|
||||
vim.notify('Building submit environment...', vim.log.levels.INFO)
|
||||
vim.cmd.redraw()
|
||||
local result = vim
|
||||
.system(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue