chore(nvim): fix tpipeline statusbar

This commit is contained in:
2024-06-01 19:56:18 +01:00
parent 591ff97111
commit 1a5b6768f3
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