Sergio Ornelas

Results 4 comments of Sergio Ornelas

@qRoC It works! But I currently have `return "colorscheme " .. vim.g.colors_name` inside save_extra_cmds in order to put a persistent colorscheme by session. It is possible to implement those two...

@qRoC works as expected, but I found new a bug. When you create and rename 3 tabs, if you delete the tab number 1 or 2 and reload the session...

@qRoC It doesn't break, however now after you delete the second tab and reload the session, the name of the second tab (previously was the third), disappears. 😬

Add it in the desired section: ```lua function() return vim.fn["codeium#GetStatusString"]() end ``` If you want to disable the ON text, this is what I did: ```lua { 'vim.fn["codeium#GetStatusString"]()', fmt =...