chore(nvim): fix tpipeline statusbar

This commit is contained in:
Afonso Franco 2024-06-01 19:56:18 +01:00
parent 591ff97111
commit 1a5b6768f3
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
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