I have issue with NVIM v0.9.4 and use('tpope/vim-obsession').
I have vim.opt.cmdheight = 2 at 41 line in set.lua and if I open nvim with nvim -S -V9nvimlog to restore session from Session.vim and save log file.
In log file I found:
cmdheight=1
Last set from ~/config_repo/nvim/lua/pronvis/set.lua line 41
which is weird...
However if I open nvim with just nvim (without restoring session) then cmdheight value is 2 like in my config file.
link to my comment on similar issue: rmagatti/auto-session#64 (comment)
I have issue with
NVIM v0.9.4anduse('tpope/vim-obsession').I have
vim.opt.cmdheight = 2at 41 line inset.luaand if I open nvim withnvim -S -V9nvimlogto restore session fromSession.vimand save log file.In log file I found:
which is weird...
However if I open nvim with just
nvim(without restoring session) thencmdheightvalue is 2 like in my config file.link to my comment on similar issue: rmagatti/auto-session#64 (comment)