[nvim] fix tpipeline statusbar

This commit is contained in:
Afonso Franco 2024-06-01 19:56:18 +01:00
parent 46ae6deeba
commit 997adca013
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
2 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,8 @@ return {
{
"vimpostor/vim-tpipeline",
config = function()
vim.g.tpipeline_restore = 1
vim.g.tpipeline_autoembed = 1
vim.g.tpipeline_restore = 0
vim.g.tpipeline_autoembed = 0
vim.o.laststatus = 0
vim.g.tpipeline_statusline = '%=%l:%c'
end