chore(nvim): fix tpipeline statusbar
This commit is contained in:
parent
591ff97111
commit
1a5b6768f3
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue